VirtualBox

Changeset 15103 in vbox


Ignore:
Timestamp:
Dec 8, 2008 11:18:10 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40494
Message:

FE/Qt4-OSX: clear the tooltip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSettingsDialog.cpp

    r15102 r15103  
    223223        mIconLabel->setWarningPixmap (mErrorIcon);
    224224        mIconLabel->setWarningText (mErrorHint);
     225        mIconLabel->setToolTip ("");
    225226        mIconLabel->setVisible (!mValid);
    226227        mButtonBox->button (QDialogButtonBox::Ok)->setEnabled (mValid);
     
    255256        mIconLabel->setWarningPixmap (mWarnIcon);
    256257        mIconLabel->setWarningText (mWarnHint);
     258        mIconLabel->setToolTip ("");
    257259        mIconLabel->setVisible (!mSilent);
    258260    }
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