fix focus locking

This commit is contained in:
IlyaShurupov 2024-11-05 19:34:28 +03:00
parent fdaab48158
commit 402a4fdebd

View file

@ -14,7 +14,7 @@ using namespace tp;
class Example : public WidgetApplication { class Example : public WidgetApplication {
public: public:
Example() { Example() {
exampleColorPicker(); exampleNestedMenus();
} }
void exampleAll() { void exampleAll() {