aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/GUI
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Frontend/GUI')
-rw-r--r--ShiftOS.Frontend/GUI/Control.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/GUI/Control.cs b/ShiftOS.Frontend/GUI/Control.cs
index b78f032..4d05470 100644
--- a/ShiftOS.Frontend/GUI/Control.cs
+++ b/ShiftOS.Frontend/GUI/Control.cs
@@ -240,6 +240,7 @@ namespace ShiftOS.Frontend.GUI
ctrl._parent = this;
_children.Add(ctrl);
Invalidate();
+ UIManager.FocusedControl = ctrl;
}
}