Changeset 26468 in vbox
- Timestamp:
- Feb 12, 2010 4:41:12 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57628
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r26466 r26468 2808 2808 mConsole->setMouseCoalescingEnabled (true); 2809 2809 #endif 2810 2811 #ifdef Q_WS_X11 2812 if (!mIsSeamless && !mIsFullscreen) 2813 { 2814 /* Workaround for KDE to 2815 * let console window to exit 2816 * seamless mode correctly. */ 2817 setWindowFlags(Qt::Window); 2818 setVisible(true); 2819 } 2820 #endif 2810 2821 } 2811 2822 … … 3512 3523 if (wasHidden) 3513 3524 hide(); 3514 #endif3515 3516 #ifdef Q_WS_X113517 if (!aOn & aSeamless)3518 {3519 /* Workaround for KDE to3520 * let console window to exit3521 * seamless mode correctly. */3522 setWindowFlags(Qt::Window);3523 show();3524 }3525 3525 #endif 3526 3526
Note:
See TracChangeset
for help on using the changeset viewer.