VirtualBox

Changeset 19080 in vbox


Ignore:
Timestamp:
Apr 21, 2009 1:59:35 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46220
Message:

FE/Qt4: 3855: Windows host QT GUI crash when selecting Other in the shared folders path dialog - hopely fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFilePathSelectorWidget.cpp

    r18397 r19080  
    380380void VBoxFilePathSelectorWidget::selectPath()
    381381{
     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
    382386    /* Preparing initial directory. */
    383387    QString initDir = mPath.isNull() ? mHomeDir :
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette