VirtualBox

Ignore:
Timestamp:
Feb 7, 2019 5:06:17 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128703
Message:

FE/Qt: bugref:9373: A bit of cleanup/rework for UIGraphicsScrollArea & UIGraphicsScrollBar for better scrolling experience.

File:
1 edited

Legend:

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

    r77155 r77203  
    191191}
    192192
    193 int UIGraphicsScrollBar::wheelStep() const
    194 {
    195     return 10 * step();
    196 }
    197 
    198193void UIGraphicsScrollBar::setMinimum(int iMinimum)
    199194{
     
    269264    /* Call to base-class: */
    270265    QIGraphicsWidget::mousePressEvent(pEvent);
     266
     267    /* Mark event accepted so that it couldn't
     268     * influence underlying widgets: */
     269    pEvent->accept();
    271270
    272271    /* Redirect to token move handler: */
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