Changeset 22447 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 25, 2009 8:44:52 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
r21772 r22447 344 344 bool mPassCAD; 345 345 bool mHideHostPointer; 346 QCursor mLastCursor; 346 347 }; 347 348 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r22307 r22447 3836 3836 3837 3837 #endif 3838 if (!ok) 3838 if (ok) 3839 mLastCursor = viewport()->cursor(); 3840 else 3839 3841 viewport()->unsetCursor(); 3840 3842 } … … 3846 3848 if (me->isVisible()) 3847 3849 { 3848 /* 3849 * We're supposed to make the last shape we got visible. 3850 * We don't support that for now... 3851 */ 3852 /// @todo viewport()->setCursor (QCursor()); 3850 viewport()->setCursor (mLastCursor); 3853 3851 } 3854 3852 else
Note:
See TracChangeset
for help on using the changeset viewer.