aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-20 16:17:44 -0400
committerMichael <[email protected]>2017-04-20 16:17:44 -0400
commit25f83c8f191c0e451e2fc88b193d158517396f31 (patch)
treeee0ecf290431a5725c074d35630d8a9467f20897
parentb4dc527526057deb6205e564db69e50e4ed52df2 (diff)
downloadshiftos_thereturn-25f83c8f191c0e451e2fc88b193d158517396f31.tar.gz
shiftos_thereturn-25f83c8f191c0e451e2fc88b193d158517396f31.tar.bz2
shiftos_thereturn-25f83c8f191c0e451e2fc88b193d158517396f31.zip
Fix bug with shifter and skin applying
-rw-r--r--ShiftOS.WinForms/Applications/Shifter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Shifter.cs b/ShiftOS.WinForms/Applications/Shifter.cs
index 600a9b2..05ba638 100644
--- a/ShiftOS.WinForms/Applications/Shifter.cs
+++ b/ShiftOS.WinForms/Applications/Shifter.cs
@@ -832,7 +832,7 @@ namespace ShiftOS.WinForms.Applications
})));
};
flbody.SetFlowBreak(color, true);
-
+ color.Tag = "keepbg";
flbody.Controls.Add(color);
color.Show();
}