Changeset 63263 in vbox
- Timestamp:
- Aug 10, 2016 1:13:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r63175 r63263 143 143 return; 144 144 145 /* Prevent handling if window is not yet visible: */ 146 if (!isVisible()) 147 return; 148 145 149 /* Restore the geometry cached by the window: */ 146 150 resize(m_geometry.size());
Note:
See TracChangeset
for help on using the changeset viewer.