Changeset 77203 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsScrollBar.cpp
- Timestamp:
- Feb 7, 2019 5:06:17 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128703
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsScrollBar.cpp
r77155 r77203 191 191 } 192 192 193 int UIGraphicsScrollBar::wheelStep() const194 {195 return 10 * step();196 }197 198 193 void UIGraphicsScrollBar::setMinimum(int iMinimum) 199 194 { … … 269 264 /* Call to base-class: */ 270 265 QIGraphicsWidget::mousePressEvent(pEvent); 266 267 /* Mark event accepted so that it couldn't 268 * influence underlying widgets: */ 269 pEvent->accept(); 271 270 272 271 /* Redirect to token move handler: */
Note:
See TracChangeset
for help on using the changeset viewer.