Changeset 26466 in vbox
- Timestamp:
- Feb 12, 2010 3:39:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r26457 r26466 3513 3513 hide(); 3514 3514 #endif 3515 3516 #ifdef Q_WS_X11 3517 if (!aOn & aSeamless) 3518 { 3519 /* Workaround for KDE to 3520 * let console window to exit 3521 * seamless mode correctly. */ 3522 setWindowFlags(Qt::Window); 3523 show(); 3524 } 3525 #endif 3526 3515 3527 return true; 3516 3528 }
Note:
See TracChangeset
for help on using the changeset viewer.

