Changeset 43040 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp
- Timestamp:
- Aug 28, 2012 1:49:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp
r42979 r43040 65 65 void UIFrameBufferQImage::paintEvent(QPaintEvent *pEvent) 66 66 { 67 /* on mode switch the paint event may come while the view is null (before the new view gets set) 68 * this is seen on Windows hosts with 3D enabled, 69 * ignore paint events in that case */ 70 if (!m_pMachineView) 71 return; 67 72 /* If the machine is NOT in 'running' state, 68 73 * the link between framebuffer and video memory
Note:
See TracChangeset
for help on using the changeset viewer.