]> git.lyx.org Git - features.git/commitdiff
* inputMethodQuery: adjust comment.
authorVincent van Ravesteijn <vfr@lyx.org>
Mon, 27 Jul 2009 09:48:40 +0000 (09:48 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Mon, 27 Jul 2009 09:48:40 +0000 (09:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30798 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiWorkArea.cpp

index 4e7197fb7c5c89610af3f22586ce411fd33865d1..a3f6fc39252691af9f2e40830ba6e0a00ac0bee3 100644 (file)
@@ -1160,7 +1160,8 @@ QVariant GuiWorkArea::inputMethodQuery(Qt::InputMethodQuery query) const
 {
        QRect cur_r(0, 0, 0, 0);
        switch (query) {
-               // this is the CJK-specific composition window position.
+               // this is the CJK-specific composition window position and
+               // the context menu position when the menu key is pressed.
                case Qt::ImMicroFocus:
                        cur_r = cursor_->rect();
                        if (preedit_lines_ != 1)