Changeset 20048 in vbox
- Timestamp:
- May 26, 2009 4:20:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxMiniToolBar.cpp
r20047 r20048 228 228 if (aEvent->timerId() == mScrollTimer.timerId()) 229 229 { 230 QRect rect (rect());230 QRect rect = this->rect(); 231 231 QPoint p (rect.left(), rect.top()); 232 232 QPoint screen_point = mapToGlobal (p); … … 257 257 else if (aEvent->timerId() == mAutoScrollTimer.timerId()) 258 258 { 259 QRect rect (rect());259 QRect rect = this->rect(); 260 260 QPoint cursor_pos = QCursor::pos(); 261 261 QPoint p = mapFromGlobal (cursor_pos);
Note:
See TracChangeset
for help on using the changeset viewer.

