Changeset 43076 in vbox
- Timestamp:
- Aug 29, 2012 2:32:02 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80428
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQuartz2D.cpp
r42982 r43076 160 160 * the link between framebuffer and video memory 161 161 * is broken, we should go fallback now... */ 162 if (m_fUsesGuestVRAM && !m_pMachineView->uisession()->isRunning()) 162 if (m_fUsesGuestVRAM && 163 !m_pMachineView->uisession()->isRunning() && 164 !m_pMachineView->uisession()->isPaused()) 163 165 { 164 166 /* Simulate fallback through fake resize-event: */
Note:
See TracChangeset
for help on using the changeset viewer.