Changeset 10786 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 21, 2008 4:15:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp
r10437 r10786 2683 2683 state |= KMouseButtonState_MiddleButton; 2684 2684 2685 #ifdef Q_WS_MAC 2686 /* Simulate the right click on 2687 * Host+Left Mouse */ 2688 if (mIsHostkeyPressed && 2689 mIsHostkeyAlone && 2690 state == KMouseButtonState_LeftButton) 2691 state = KMouseButtonState_RightButton; 2692 #endif /* Q_WS_MAC */ 2693 2685 2694 int wheel = 0; 2686 2695 if (aWheelDir == Qt::Vertical)
Note:
See TracChangeset
for help on using the changeset viewer.