Changeset 35867 in vbox
- Timestamp:
- Feb 7, 2011 12:51:10 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMiniToolBar.cpp
r35078 r35867 260 260 if (pEvent->timerId() == m_scrollTimer.timerId()) 261 261 { 262 /* Due to X11 async nature, this timer-event could come before parent 263 * VM window become visible, we should ignore those timer-events: */ 264 if (QApplication::desktop()->screenNumber(window()) == -1) 265 return; 266 267 /* Update tool-bar position: */ 262 268 QRect screen = m_fSeamless ? vboxGlobal().availableGeometry(QApplication::desktop()->screenNumber(window())) : 263 269 QApplication::desktop()->screenGeometry(window());
Note:
See TracChangeset
for help on using the changeset viewer.