Changeset 65519 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 30, 2017 4:47:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r65419 r65519 191 191 && (x() != workingArea.x() || y() != workingArea.y())) 192 192 { 193 // WORKAROUND: 194 // With Qt5 on KDE we can't just move the window onto desired host-screen if 195 // window is maximized. So we have to show it normal first of all: 196 if (isVisible() && isMaximized()) 197 showNormal(); 198 193 199 // WORKAROUND: 194 200 // With Qt5 on X11 we can't just move the window onto desired host-screen if
Note:
See TracChangeset
for help on using the changeset viewer.