Changeset 25135 in vbox
- Timestamp:
- Dec 1, 2009 5:48:29 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55522
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r25053 r25135 1797 1797 /* Qt Cocoa is buggy. It always reports a left 1798 1798 * button pressed when the mouse wheel event 1799 * occurs. */ 1800 0, 1799 * occurs. A workaround is to ask the 1800 * application which buttons are pressed 1801 * currently. */ 1802 QApplication::mouseButtons(), 1801 1803 #else /* QT_MAC_USE_COCOA */ 1802 1804 we->buttons(),
Note:
See TracChangeset
for help on using the changeset viewer.