lyx_mirror/src/frontends
Vincent van Ravesteijn b37146fbd9 Fix bug #6108: Crash on menu key
The wrong context menu is being expanded, because the location where the context menu is requested is computed wrongly by Qt. 

Actually, the problem seemed to be in InputMethodQuery?. For some reason, the box of the cursor is shifted right under the cursor box.

The menu key uses InputMethodQuery? to locate the context menu, just as he Japanese input method locates the box with possibilities.

1.6.x shows the same behaviour, but in that case it doesn't crash because the spellchecker entry does not exist there, but there might be another case in which it will crash.




git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30797 a592a061-630c-0410-9148-cb99ea01b6c8
2009-07-27 07:39:14 +00:00
..
qt4 Fix bug #6108: Crash on menu key 2009-07-27 07:39:14 +00:00
tests
alert.h Implement a warning dialog with a "Do not show this warning again!" checkbox. 2009-04-19 11:57:52 +00:00
Application.h
Clipboard.h
Delegates.h * Pop up error dialog if issuing master-buffer-[view|update] and errors occured. 2009-06-21 12:26:41 +00:00
FontLoader.h
FontMetrics.h
KeyModifier.h
KeySymbol.h
LyXView.h Fix again ticket #1720. This got broken during frontend reorganization. 2009-07-14 11:36:08 +00:00
Makefile.am
mouse_state.h
Painter.h
Selection.h
WorkArea.h
WorkAreaManager.cpp
WorkAreaManager.h