Closed alecmus closed 3 years ago
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.
Fixed in 55036c164fc351ca1e2e305416a6c5901362cbfe.
When a form's minimize control button is removed through:
the form can still be minimized by using the keyboard shortcut Win+DownArrow. This should not be so.