diff options
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(); } |
