Changeset 68366 in vbox
- Timestamp:
- Aug 10, 2017 12:33:27 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117495
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISnapshotDetailsWidget.cpp
r68365 r68366 1320 1320 case DetailsElementType_Display: 1321 1321 { 1322 // WORKAROUND: 1323 // IMachine::GetExtraData still non-const.. 1324 CMachine comExtraDataMachine = comMachine; 1325 1322 1326 /* Video Memory: */ 1323 1327 int iRowCount = 1; … … 1335 1339 1336 1340 /* Scale-factor? */ 1337 CMachine comExtraDataMachine = comMachine;1338 1341 const QString strScaleFactor = comExtraDataMachine.GetExtraData(UIExtraDataDefs::GUI_ScaleFactor); 1339 1342 { … … 1355 1358 #ifdef VBOX_WS_MAC 1356 1359 /* Unscaled HiDPI Video Output? */ 1357 const QString strUnscaledHiDPIMode = machine.GetExtraData(UIExtraDataDefs::GUI_HiDPI_UnscaledOutput);1360 const QString strUnscaledHiDPIMode = comExtraDataMachine.GetExtraData(UIExtraDataDefs::GUI_HiDPI_UnscaledOutput); 1358 1361 { 1359 1362 /* Try to convert loaded data to bool: */
Note:
See TracChangeset
for help on using the changeset viewer.