Changeset 50060 in vbox
- Timestamp:
- Jan 13, 2014 9:12:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp
r49468 r50060 444 444 void UIMachineWindow::handleScreenCountChange() 445 445 { 446 /* Ignore if window is minimized: */ 447 if (isMinimized()) 448 return; 449 450 /* Make sure window is in necessary mode: */ 446 451 showInNecessaryMode(); 447 452 } … … 449 454 void UIMachineWindow::handleScreenGeometryChange() 450 455 { 456 /* Ignore if window is minimized: */ 457 if (isMinimized()) 458 return; 459 460 /* Make sure window is in necessary mode: */ 451 461 showInNecessaryMode(); 452 462 }
Note:
See TracChangeset
for help on using the changeset viewer.