Changeset 59821 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Feb 25, 2016 6:33:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r59819 r59821 313 313 UIMachineWindow::setMask(m_maskFull); 314 314 /* Update viewport region finally: */ 315 m_pMachineView->viewport()->update(toUpdate); 315 if (m_pMachineView) 316 m_pMachineView->viewport()->update(toUpdate); 316 317 } 317 318 }
Note:
See TracChangeset
for help on using the changeset viewer.