]> git.lyx.org Git - features.git/commitdiff
Move code.
authorPavel Sanda <sanda@lyx.org>
Mon, 8 Sep 2008 00:27:07 +0000 (00:27 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 8 Sep 2008 00:27:07 +0000 (00:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26332 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index a034a6e82da92872cdbf7d34bf1df2261af8362c..231430416798e41cb21ecd43a4dbe573adc72d16 100644 (file)
@@ -1969,11 +1969,6 @@ bool GuiView::dispatch(FuncRequest const & cmd)
                        setFocus();
                        break;
 
-               case LFUN_COMPLETION_INLINE:
-                       if (d.current_work_area_)
-                               d.current_work_area_->completer().showInline();
-                       break;
-
                case LFUN_SPLIT_VIEW:
                        if (Buffer * buf = buffer()) {
                                string const orientation = cmd.getArg(0);
@@ -2003,6 +1998,11 @@ bool GuiView::dispatch(FuncRequest const & cmd)
                        }
                        break;
                        
+               case LFUN_COMPLETION_INLINE:
+                       if (d.current_work_area_)
+                               d.current_work_area_->completer().showInline();
+                       break;
+
                case LFUN_COMPLETION_POPUP:
                        if (d.current_work_area_)
                                d.current_work_area_->completer().showPopup();