VirtualBox

Changeset 77230 in vbox


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

FE/Qt: bugref:9373: Another small fix (s.a. r128736).

File:
1 edited

Legend:

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

    r77229 r77230  
    153153                if (angleDelta.x() > 0)
    154154                    m_pScrollBar->setValue(m_pScrollBar->value() - m_pScrollBar->step());
    155                 else
     155                else if (angleDelta.x() < 0)
    156156                    m_pScrollBar->setValue(m_pScrollBar->value() + m_pScrollBar->step());
    157157                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