Changeset 19080 in vbox
- Timestamp:
- Apr 21, 2009 1:59:35 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46220
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFilePathSelectorWidget.cpp
r18397 r19080 380 380 void VBoxFilePathSelectorWidget::selectPath() 381 381 { 382 /* Clear the focus early to prevent race condition between our and 383 * Qt internal focus out events when opening native modal dialog */ 384 clearFocus(); 385 382 386 /* Preparing initial directory. */ 383 387 QString initDir = mPath.isNull() ? mHomeDir :
Note:
See TracChangeset
for help on using the changeset viewer.