X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiInfo.cpp;h=cb6c2b549dc87b1d52e85b1516749b95818c941e;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=12672c11caa5c49f9df092d42d2adf81d35e4072;hpb=c0ac23512e2d241fc14e8536d3ac2444cac72c38;p=lyx.git diff --git a/src/frontends/qt4/GuiInfo.cpp b/src/frontends/qt4/GuiInfo.cpp index 12672c11ca..cb6c2b549d 100644 --- a/src/frontends/qt4/GuiInfo.cpp +++ b/src/frontends/qt4/GuiInfo.cpp @@ -96,13 +96,9 @@ void GuiInfo::applyView() if (!ii->validate(argument)) return; - dispatch(FuncRequest(LFUN_NEXT_INSET_MODIFY, argument)); + dispatch(FuncRequest(LFUN_INSET_MODIFY, argument)); // FIXME: update the inset contents bufferview()->buffer().updateLabels(); - BufferView * bv = const_cast(bufferview()); - bv->updateMetrics(); - bv->buffer().changed(); - bv->buffer().markDirty(); }