]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiInfo.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiInfo.cpp
index 12672c11caa5c49f9df092d42d2adf81d35e4072..cb6c2b549dc87b1d52e85b1516749b95818c941e 100644 (file)
@@ -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 *>(bufferview());
-       bv->updateMetrics();
-       bv->buffer().changed();
-       bv->buffer().markDirty();
 }