Changeset 827 in vbox
- Timestamp:
- Feb 11, 2007 8:25:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r809 r827 558 558 { 559 559 QString on = cmachine.GetExtraData (GUI_Fullscreen); 560 #ifdef Q_WS_X11 561 /* Workaround: When switching to fullscreen, the display is sometimes not updated */ 562 console->setFrameStyle (QFrame::NoFrame); 563 #endif 560 564 if (on == "on") 561 565 vmFullscreenAction->setOn (on); … … 1518 1522 hidden_children.clear(); 1519 1523 /* restore normal values */ 1520 setMinimumSize (QSize( ));1524 setMinimumSize (QSize(0, 0)); 1521 1525 setMaximumSize (QSize (QWIDGETSIZE_MAX, QWIDGETSIZE_MAX)); 1522 1526 move (normal_pos);
Note:
See TracChangeset
for help on using the changeset viewer.