VirtualBox

儲存庫 vbox 的更動 12556


忽略:
時間撮記:
2008-9-18 上午10:59:59 (16 年 以前)
作者:
vboxsync
訊息:

FE/Qt4: Make sure that the message boxes has set the 'dialog' type to declare
them really modal.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Frontends/VirtualBox4/src/QIMessageBox.cpp

    r12118 r12556  
    4949                            Icon aIcon, int aButton0, int aButton1, int aButton2,
    5050                            QWidget *aParent, const char *aName, bool aModal)
    51     : QIDialog (aParent,
    52                 Qt::Window |
    53                 Qt::MSWindowsFixedSizeDialogHint | Qt::WindowTitleHint | Qt::WindowSystemMenuHint)
     51    : QIDialog (aParent)
    5452{
    5553#ifdef Q_WS_MAC
     
    6058        (!cwnd->isTrueFullscreen() &&
    6159         !cwnd->isTrueSeamless()))
    62         setWindowFlags (windowFlags() | Qt::Sheet);
     60        setWindowFlags (Qt::Sheet);
    6361#endif /* Q_WS_MAC */
    6462
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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