Changeset 9045 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 21, 2008 9:49:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r9044 r9045 2489 2489 if (!(mMouseAbsolute && mMouseIntegration)) 2490 2490 { 2491 #ifdef Q_WS_X11 2491 2492 /* make sure that pending FocusOut events from the 2492 2493 * previous message box are handled, otherwise the 2493 2494 * mouse is immediately ungrabbed. */ 2494 2495 qApp->processEvents(); 2496 #endif 2495 2497 captureMouse (mKbdCaptured); 2496 2498 } … … 2840 2842 if (ok) 2841 2843 { 2844 #ifdef Q_WS_X11 2842 2845 /* make sure that pending FocusOut events from the 2843 2846 * previous message box are handled, otherwise the 2844 2847 * mouse is immediately ungrabbed again */ 2845 2848 qApp->processEvents(); 2849 #endif 2846 2850 captureKbd (true); 2847 2851 captureMouse (true);
Note:
See TracChangeset
for help on using the changeset viewer.