Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win+DownArrow also works on forms without a Minimize Control Button. #3

Closed
alecmus opened this issue May 25, 2021 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@alecmus
Copy link
Owner

alecmus commented May 25, 2021

When a form's minimize control button is removed through:

#include <lecui/controls.h>
...
lecui::controls ctrls_{*this};
...
ctrls_.minimize(false);
...

the form can still be minimized by using the keyboard shortcut Win+DownArrow. This should not be so.

@alecmus alecmus added the bug Something isn't working label May 25, 2021
@alecmus
Copy link
Owner Author

alecmus commented May 25, 2021

Fixed in 55036c1.

@alecmus alecmus closed this as completed May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant