Fix bug with shifter and skin applying

This commit is contained in:
Michael 2017-04-20 16:17:44 -04:00
parent b4dc527526
commit 25f83c8f19

View file

@ -832,7 +832,7 @@ namespace ShiftOS.WinForms.Applications
})));
};
flbody.SetFlowBreak(color, true);
color.Tag = "keepbg";
flbody.Controls.Add(color);
color.Show();
}