aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/WinformsDesktop.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-20 18:02:13 -0400
committerMichael <[email protected]>2017-06-20 18:02:13 -0400
commit41504bdc15d6c7512b5fe1a111529d8a39587f61 (patch)
tree1e0cd2ba9034a347250ac63077374c284099707b /ShiftOS.WinForms/WinformsDesktop.cs
parentdf14761a81a938423d16494101b871779825c98e (diff)
downloadshiftos_thereturn-41504bdc15d6c7512b5fe1a111529d8a39587f61.tar.gz
shiftos_thereturn-41504bdc15d6c7512b5fe1a111529d8a39587f61.tar.bz2
shiftos_thereturn-41504bdc15d6c7512b5fe1a111529d8a39587f61.zip
inactive border colors
Diffstat (limited to 'ShiftOS.WinForms/WinformsDesktop.cs')
-rw-r--r--ShiftOS.WinForms/WinformsDesktop.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/WinformsDesktop.cs b/ShiftOS.WinForms/WinformsDesktop.cs
index b247969..7508262 100644
--- a/ShiftOS.WinForms/WinformsDesktop.cs
+++ b/ShiftOS.WinForms/WinformsDesktop.cs
@@ -910,6 +910,7 @@ namespace ShiftOS.WinForms
public void ShowWindow(IWindowBorder border)
{
var brdr = border as Form;
+
focused = border;
brdr.GotFocus += (o, a) =>
{