Changeset 37992 in vbox for trunk/src/VBox
- Timestamp:
- Jul 18, 2011 9:39:03 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r37109 r37992 1211 1211 usedImages << medium.GetId(); 1212 1212 } 1213 /* To that moment application focus already returned to machine-view, 1214 * so the keyboard already captured too. 1215 * We should clear application focus from machine-view now 1216 * to let file-open dialog get it. That way the keyboard will be released too: */ 1217 if (QApplication::focusWidget()) 1218 QApplication::focusWidget()->clearFocus(); 1213 1219 /* Call for file-open window: */ 1214 1220 QString strMachineFolder(QFileInfo(machine.GetSettingsFilePath()).absolutePath());
Note:
See TracChangeset
for help on using the changeset viewer.