X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiCommandBuffer.cpp;h=b66860439b69ad3681032c9ad48519da7c663063;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=129439a3c4d77d68de5a1b0e423e3e5dda5ec4c6;hpb=722d8c757b27e9ee64c2d7a8f087b1f0ab1c068c;p=lyx.git diff --git a/src/frontends/qt4/GuiCommandBuffer.cpp b/src/frontends/qt4/GuiCommandBuffer.cpp index 129439a3c4..b66860439b 100644 --- a/src/frontends/qt4/GuiCommandBuffer.cpp +++ b/src/frontends/qt4/GuiCommandBuffer.cpp @@ -304,7 +304,6 @@ docstring const GuiCommandBuffer::getCurrentState() const void GuiCommandBuffer::hide() const { FuncRequest cmd(LFUN_COMMAND_EXECUTE, "off"); - theLyXFunc().setLyXView(view_); lyx::dispatch(cmd); } @@ -359,7 +358,6 @@ void GuiCommandBuffer::dispatch(string const & str) downPB->setEnabled(history_pos_ != history_.end()); FuncRequest func = lyxaction.lookupFunc(str); func.origin = FuncRequest::COMMANDBUFFER; - theLyXFunc().setLyXView(view_); lyx::dispatch(func); }