7 | | Any hints on the r-numbers would help me too. |
| 7 | Any hints on the r-numbers would help me too.[[BR]] |
| 8 | EDIT 2:[[BR]] |
| 9 | The problematic part of the code is in src/VBox/Frontends/VirtualBox/src/runtime[[BR]][[BR]] |
| 10 | Minimizing a fullscreenwindow is trigering the function |
| 11 | UIMachineWindow::handleScreenGeometryChange() by sltHandleHostScreenGeometryChange()[[BR]][[BR]] |
| 12 | Here the function UIMachineWindowFullscreen::showInNecessaryMode() is called |
| 13 | which will then call showFullScreen()[[BR]][[BR]] |
| 14 | The call of this function will revoke minimizing of the window.[[BR]] |
| 15 | HTH |