Qt-Frameless-Window-DarkStyle icon indicating copy to clipboard operation
Qt-Frameless-Window-DarkStyle copied to clipboard

Minimizing broken after building with Mac OS High Sierra SDK

Open KnappSas opened this issue 6 years ago • 3 comments

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?

KnappSas avatar Jan 02 '18 13:01 KnappSas

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

Jorgen-VikingGod avatar Jan 03 '18 05:01 Jorgen-VikingGod

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

emoon avatar Jan 20 '18 09:01 emoon

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

KnappSas avatar Jan 21 '18 00:01 KnappSas