Changeset 82028 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 20, 2019 3:36:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r82022 r82028 1828 1828 } 1829 1829 1830 /* Mark mouse pointer shape valid: */ 1830 1831 m_fIsValidPointerShapePresent = true; 1831 1832 … … 1850 1851 updateMousePointerPixmapScaling(m_cursorShapePixmap, uXHot, uYHot); 1851 1852 m_cursor = QCursor(m_cursorShapePixmap, uXHot, uYHot); 1853 1854 /* Mark mouse pointer shape valid: */ 1852 1855 m_fIsValidPointerShapePresent = true; 1853 1856
Note:
See TracChangeset
for help on using the changeset viewer.