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