mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Fix bug that you can't change Info insets.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29377 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2bc9c7c9c4
commit
96174d2d66
@ -97,7 +97,7 @@ void GuiInfo::applyView()
|
|||||||
if (!ii->validate(argument))
|
if (!ii->validate(argument))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
dispatch(FuncRequest(LFUN_INSET_MODIFY, argument));
|
dispatch(FuncRequest(LFUN_NEXT_INSET_MODIFY, argument));
|
||||||
// FIXME: update the inset contents
|
// FIXME: update the inset contents
|
||||||
bufferview()->buffer().updateLabels();
|
bufferview()->buffer().updateLabels();
|
||||||
BufferView * bv = const_cast<BufferView *>(bufferview());
|
BufferView * bv = const_cast<BufferView *>(bufferview());
|
||||||
|
Loading…
Reference in New Issue
Block a user