- Timestamp:
- Aug 2, 2010 11:34:00 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64310
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r31248 r31283 860 860 { 861 861 /* Delegate the paint function to the VBoxFrameBuffer interface: */ 862 if (m_pFrameBuffer && uisession()->isRunning())862 if (m_pFrameBuffer && !uisession()->isTurnedOff()) 863 863 m_pFrameBuffer->paintEvent(pPaintEvent); 864 864 #ifdef Q_WS_MAC
Note:
See TracChangeset
for help on using the changeset viewer.