Changeset 45209 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 27, 2013 1:24:20 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84570
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp
r42261 r45209 356 356 /* Notify user about mouse supports or not absolute pointing if that method was called by signal: */ 357 357 if (sender()) 358 msgCenter().remindAboutMouseIntegration(uisession()->isMouseSupportsAbsolute()); 358 { 359 /* don't annoy the user while restoring a VM */ 360 KMachineState state = uisession()->machineState(); 361 if (state != KMachineState_Restoring) 362 msgCenter().remindAboutMouseIntegration(uisession()->isMouseSupportsAbsolute()); 363 } 359 364 360 365 /* Notify all listeners: */
Note:
See TracChangeset
for help on using the changeset viewer.