VirtualBox

Changeset 77229 in vbox


Ignore:
Timestamp:
Feb 8, 2019 6:13:18 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9373: Small fix for scrolling technique of UIGraphicsScrollArea especially important on macOS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsScrollArea.cpp

    r77228 r77229  
    162162                if (angleDelta.y() > 0)
    163163                    m_pScrollBar->setValue(m_pScrollBar->value() - m_pScrollBar->step());
    164                 else
     164                else if (angleDelta.y() < 0)
    165165                    m_pScrollBar->setValue(m_pScrollBar->value() + m_pScrollBar->step());
    166166                break;
Note: See TracChangeset for help on using the changeset viewer.

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