VirtualBox

Changeset 25135 in vbox


Ignore:
Timestamp:
Dec 1, 2009 5:48:29 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55522
Message:

FE/Qt4-OSX: Better fix for the mouse wheel problem on Cocoa.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp

    r25053 r25135  
    17971797                                /* Qt Cocoa is buggy. It always reports a left
    17981798                                 * 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(),
    18011803#else /* QT_MAC_USE_COCOA */
    18021804                                we->buttons(),
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette