VirtualBox

儲存庫 vbox 的更動 67526


忽略:
時間撮記:
2017-6-21 上午08:07:45 (7 年 以前)
作者:
vboxsync
訊息:

FE/Qt: bugref:8901: Selector UI: Tools pane: Snapshot pane: Fixing regression crash of r116248.

檔案:
修改 1 筆資料

圖例:

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

    r67517 r67526  
    776776        if (fSuccess)
    777777        {
     778            if (pItem == m_pCurrentSnapshotItem)
     779            {
     780                m_pCurrentSnapshotItem = UISnapshotItem::toSnapshotItem(pParent);
     781                if (m_pCurrentSnapshotItem)
     782                    m_pCurrentSnapshotItem->setCurrentSnapshotItem(true);
     783            }
    778784            delete pItem;
    779785            pItem = 0;
     
    16411647
    16421648        /* If non-critical warnings are not hidden or current state is changed: */
    1643         if (!fSuppressNonCriticalWarnings || m_comMachine.GetCurrentStateModified())
     1649        if (!fSuppressNonCriticalWarnings && m_comMachine.GetCurrentStateModified())
    16441650        {
    16451651            /* Ask if user really wants to restore the selected snapshot: */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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