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