- Timestamp:
- May 22, 2008 2:42:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp
r9053 r9058 2543 2543 captureKbd (!captured, false); 2544 2544 if (!(mMouseAbsolute && mMouseIntegration)) 2545 { 2546 #ifdef Q_WS_X11 2547 /* make sure that pending FocusOut events from the 2548 * previous message box are handled, otherwise the 2549 * mouse is immediately ungrabbed. */ 2550 qApp->processEvents(); 2551 #endif 2545 2552 captureMouse (mKbdCaptured); 2553 } 2546 2554 } 2547 2555 } … … 2889 2897 if (ok) 2890 2898 { 2899 #ifdef Q_WS_X11 2900 /* make sure that pending FocusOut events from the 2901 * previous message box are handled, otherwise the 2902 * mouse is immediately ungrabbed again */ 2903 qApp->processEvents(); 2904 #endif 2891 2905 captureKbd (true); 2892 2906 captureMouse (true);
Note:
See TracChangeset
for help on using the changeset viewer.