BorderlessWindowQt-Modern-Gui
BorderlessWindowQt-Modern-Gui copied to clipboard
Windows button style when clicking on minimize/maximize/close
Hello,
On Windows 7, when clicking on the minimize, maximize or close button, it will display the windows button and does not the action.
I am using v5.10.
I'm using windows 10 and the win10 sdk with Qt v5.9, I'll fix that, after I make a commit.
Okay, thank you!
Download and compile to see.
No, it doesn't seem to work. :(
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.
I will try to install MSVC 2015 and use its compiler in Qt.
Well, using MSVC compiler and latest windows build tools doesn't work, same error. :(
I will try to solve the problem.
Try this
case WM_NCACTIVATE: { if (!composition_enabled()) { *result = 1; return true; } break; }