Changeset 29692 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 20, 2010 12:38:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r29545 r29692 1215 1215 uimachine()->actionsPool()->action(UIActionIndex_Toggle_GuestAutoresize)->isChecked() ? 1216 1216 QString() : "off"); 1217 1218 // TODO: Move to fullscreen/seamless logic:1219 //machine.SetExtraData(VBoxDefs::GUI_MiniToolBarAutoHide, mMiniToolBar->isAutoHide() ? "on" : "off");1220 1217 } 1221 1218 }
Note:
See TracChangeset
for help on using the changeset viewer.