VirtualBox

Changeset 20048 in vbox


Ignore:
Timestamp:
May 26, 2009 4:20:28 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: Mini tool-bar build fix.

File:
1 edited

Legend:

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

    r20047 r20048  
    228228    if (aEvent->timerId() == mScrollTimer.timerId())
    229229    {
    230         QRect rect (rect());
     230        QRect rect = this->rect();
    231231        QPoint p (rect.left(), rect.top());
    232232        QPoint screen_point = mapToGlobal (p);
     
    257257    else if (aEvent->timerId() == mAutoScrollTimer.timerId())
    258258    {
    259         QRect rect (rect());
     259        QRect rect = this->rect();
    260260        QPoint cursor_pos = QCursor::pos();
    261261        QPoint p = mapFromGlobal (cursor_pos);
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