VirtualBox

儲存庫 vbox 的更動 66949


忽略:
時間撮記:
2017-5-18 下午01:52:56 (8 年 以前)
作者:
vboxsync
訊息:

FE/Qt: Windows: Runtime UI: Mini-toolbar: Reset the full-screen toolbar state before a subsequent showFullScreen() call; This is required to make sure mini-toolbar is exposed again after moving to another host-screen.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp

    r66760 r66949  
    620620
    621621#elif defined(VBOX_WS_WIN)
     622
     623    // WORKAROUND:
     624    // If the host-screen is changed => we should
     625    // reset window state to NONE first because
     626    // we need an expose on showFullScreen call.
     627    if (m_geometryType == GeometryType_Full)
     628        setWindowState(Qt::WindowNoState);
    622629
    623630    /* Adjust window: */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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