Jorgen-VikingGod / Qt-Frameless-Window-DarkStyle

simple MainWindow class implementation with frameless window and custom dark style. It adds also support for titlebar and buttons (minimize, maximize, close)
1.14k stars 272 forks source link

Minimizing broken after building with Mac OS High Sierra SDK #10

Open KnappSas opened 6 years ago

KnappSas commented 6 years ago

Hey, I'm investigating a problem with my frameless app and tried yours to see if I run into the same problem. Since I'm using the 10.13 SDK using the Qt::FramelessWindowHint seems to break ShowMinimized() as well as setting the window state by myself with setWindowState(). Did you also experience this issue?

Jorgen-VikingGod commented 6 years ago

Hi @KnappSas I will check this later today and will report.

emoon commented 6 years ago

I'm having the same issue. Pressing the minimize button doesn't work.

KnappSas commented 6 years ago

I reported this in Qt's BugTracker. I did a workaround for this with non Qt-Code like this Minimize / miniaturize cocoa NSWindow without titlebar