dialogs & qmenus not visible when taskbar hidden and window maximized
-
I've found a weird bug with my qt 5.7 application (windows 10 pro 64-bit, also uses vtk). If I set my taskbar to hide, and maximize the application window, any qdialogs, qmenus etc. don't become visible. They are clearly there, because if I press the start menu key on my keyboard you suddenly see them. But they aren't visible otherwise. If it's relevant, my window uses the FramelessWindowHint flag. Any thoughts would be appreciated, thanks!