fix focus locking bug

This commit is contained in:
IlyaShurupov 2024-11-05 19:30:02 +03:00
parent 458e56fb4c
commit 23fe07d3d3
9 changed files with 34 additions and 21 deletions

View file

@ -31,6 +31,8 @@ namespace tp {
using DFSAction = std::function<void(Widget*)>;
protected:
enum Flags : int1 {
ENABLED = 0,
NEEDS_UPDATE,