Focus locking and popups

This commit is contained in:
IlyaShurupov 2024-10-17 15:10:58 +03:00
parent 54dcbcb46b
commit 03b2b5d038
13 changed files with 296 additions and 145 deletions

View file

@ -4,7 +4,7 @@
using namespace tp;
DockWidget::DockWidget() : Widget() {
setDebug("dock", {});
setDebug("dock", { 1, 1, 1, 1 });
setLayout(new DockLayout(this));
}