Changeset 2548 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 9, 2007 7:55:10 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20996
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r2501 r2548 717 717 { 718 718 QString str = cmachine.GetExtraData (GUI_Fullscreen); 719 #ifdef Q_WS_X11720 /* Workaround: When switching to fullscreen, the display is sometimes not updated */721 console->setFrameStyle (QFrame::NoFrame);722 #endif723 719 if (str == "on") 724 720 vmFullscreenAction->setOn (true);
Note:
See TracChangeset
for help on using the changeset viewer.