BorderlessWindowQt-Modern-Gui icon indicating copy to clipboard operation
BorderlessWindowQt-Modern-Gui copied to clipboard

Windows button style when clicking on minimize/maximize/close

Open Melchyore opened this issue 7 years ago • 10 comments

Hello, On Windows 7, when clicking on the minimize, maximize or close button, it will display the windows button and does not the action. Here's a screen

Melchyore avatar Jan 25 '18 22:01 Melchyore

I am using v5.10.

Melchyore avatar Jan 26 '18 23:01 Melchyore

I'm using windows 10 and the win10 sdk with Qt v5.9, I'll fix that, after I make a commit.

Moussa-Ball avatar Jan 27 '18 15:01 Moussa-Ball

Okay, thank you!

Melchyore avatar Jan 27 '18 22:01 Melchyore

Download and compile to see.

Moussa-Ball avatar Jan 28 '18 22:01 Moussa-Ball

No, it doesn't seem to work. :(

Melchyore avatar Jan 28 '18 23:01 Melchyore

Does not the problem come from you? It works at home properly. Try to install runtime visual c++ and change the build options by msvc.

Moussa-Ball avatar Jan 29 '18 07:01 Moussa-Ball

I will try to install MSVC 2015 and use its compiler in Qt.

Melchyore avatar Feb 02 '18 13:02 Melchyore

Well, using MSVC compiler and latest windows build tools doesn't work, same error. :(

Melchyore avatar Feb 05 '18 11:02 Melchyore

I will try to solve the problem.

Moussa-Ball avatar Feb 05 '18 15:02 Moussa-Ball

Try this case WM_NCACTIVATE: { if (!composition_enabled()) { *result = 1; return true; } break; }

Moussa-Ball avatar Feb 28 '18 19:02 Moussa-Ball