- Timestamp:
- Dec 23, 2022 2:44:21 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp
r97858 r97859 789 789 #if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0) 790 790 pWheelEvent->position().toPoint(), 791 pWheelEvent->globalPosition().toPoint(), 791 792 #else 792 793 pWheelEvent->pos(), 794 pWheelEvent->globalPos(), 793 795 #endif 794 pWheelEvent->globalPosition().toPoint(),795 796 #ifdef VBOX_WS_MAC 796 797 // WORKAROUND:
Note:
See TracChangeset
for help on using the changeset viewer.