- Timestamp:
- Mar 9, 2010 12:03:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r27193 r27206 3972 3972 mLastCursor = QCursor(); /* in practice this is equivalent to 3973 3973 * unsetCursor() */ 3974 } 3975 mHideHostPointer = !me->isVisible(); 3974 mHideHostPointer = false; 3975 } 3976 else 3977 /* The visiblity flag is only interpreted if there is no shape */ 3978 mHideHostPointer = !me->isVisible(); 3976 3979 updateHostCursor(); 3977 3980 }
Note:
See TracChangeset
for help on using the changeset viewer.