Changeset 27019 in vbox for trunk/src/VBox
- Timestamp:
- Mar 4, 2010 12:40:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58329
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r27016 r27019 180 180 /* Add machine view into layout: */ 181 181 m_pMachineViewContainer->addWidget(m_pMachineView, 1, 1); 182 183 /* This might be required to correctly mask: */ 184 centralWidget()->setAutoFillBackground(true); 185 setAutoFillBackground(true); 182 186 } 183 187
Note:
See TracChangeset
for help on using the changeset viewer.