diff options
| author | Michael <[email protected]> | 2017-04-20 16:17:44 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-20 16:17:44 -0400 |
| commit | 25f83c8f191c0e451e2fc88b193d158517396f31 (patch) | |
| tree | ee0ecf290431a5725c074d35630d8a9467f20897 /ShiftOS.WinForms | |
| parent | b4dc527526057deb6205e564db69e50e4ed52df2 (diff) | |
| download | shiftos_thereturn-25f83c8f191c0e451e2fc88b193d158517396f31.tar.gz shiftos_thereturn-25f83c8f191c0e451e2fc88b193d158517396f31.tar.bz2 shiftos_thereturn-25f83c8f191c0e451e2fc88b193d158517396f31.zip | |
Fix bug with shifter and skin applying
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Shifter.cs | 2 |
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(); } |
