Changeset 88648 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 22, 2021 11:16:45 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143962
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r87023 r88648 2008 2008 } 2009 2009 } 2010 2011 /* Save value to extra-data finally: */ 2012 gEDataManager->setGuestScreenAutoResizeEnabled(fEnabled, uiCommon().managedVMUuid()); 2010 2013 } 2011 2014 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r88633 r88648 1314 1314 #endif 1315 1315 1316 /* Is there should be First RUN Wizard? */1316 /* Should the First RUN wizard be here? */ 1317 1317 m_fIsFirstTimeStarted = gEDataManager->machineFirstTimeStarted(uMachineID); 1318 /* Disable First RUN wizard for subsequent start anyway: */ 1319 if (m_fIsFirstTimeStarted) 1320 gEDataManager->setMachineFirstTimeStarted(false, uMachineID); 1318 1321 1319 1322 /* Should guest autoresize? */ … … 1386 1389 /* Save extra-data settings: */ 1387 1390 { 1388 /* Disable First RUN Wizard: */1389 gEDataManager->setMachineFirstTimeStarted(false, uiCommon().managedVMUuid());1390 1391 /* Remember if guest should autoresize: */1392 if (actionPool())1393 {1394 const QAction *pGuestAutoresizeSwitch = actionPool()->action(UIActionIndexRT_M_View_T_GuestAutoresize);1395 gEDataManager->setGuestScreenAutoResizeEnabled(pGuestAutoresizeSwitch->isChecked(), uiCommon().managedVMUuid());1396 }1397 1398 1391 /* Cleanup machine-window icon: */ 1399 1392 delete m_pMachineWindowIcon;
Note:
See TracChangeset
for help on using the changeset viewer.