Changeset 94034 in vbox
- Timestamp:
- Mar 1, 2022 11:37:42 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r94033 r94034 806 806 updateMousePointerPixmapScaling(pixmapShape, uXHot, uYHot); 807 807 /// @todo updateMousePointerPixmapScaling(pixmapMask, uXHot, uYHot); 808 #if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) /** @todo qt6: this is probably inefficient */ 809 m_cursor = QCursor(QBitmap(pixmapShape), QBitmap(pixmapMask), uXHot, uYHot); 810 #else 808 811 m_cursor = QCursor(pixmapShape, pixmapMask, uXHot, uYHot); 812 #endif 809 813 } 810 814
Note:
See TracChangeset
for help on using the changeset viewer.