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

fix win7 shadow bug #23

Closed ysx1993 closed 6 years ago

ysx1993 commented 6 years ago

1.The "Windows" should be lower("windows") and the productVersion should be greater than "7". 2.In addition to the above modifications, the setMargin function should be added because there will be a "refresh delay" of 15 pixel margins when the form is maximized.

Jorgen-VikingGod commented 6 years ago

can you please push a commit with the fixes on same branch - so they will appear in this merge request and I can merge them into master. Thx for your support!

ysx1993 commented 6 years ago

I have fixed the condition, you can check it...