mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
The inset connection is not needed as the dialog will retrieve the inset from the cursor location.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25145 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f276338227
commit
34739e59f7
@ -142,7 +142,7 @@ void InsetInfo::write(ostream & os) const
|
|||||||
|
|
||||||
bool InsetInfo::showInsetDialog(BufferView * bv) const
|
bool InsetInfo::showInsetDialog(BufferView * bv) const
|
||||||
{
|
{
|
||||||
bv->showDialog("info", "", const_cast<InsetInfo *>(this));
|
bv->showDialog("info");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user