Fixed issue with profiles listview being partially hidden after closing Options form

This commit is contained in:
Travis Nickles 2018-06-04 01:55:21 -05:00
parent d6461ed0eb
commit 7c70392be8

View File

@ -1444,7 +1444,7 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
//opt.Dock = DockStyle.Fill; //opt.Dock = DockStyle.Fill;
//lBProfiles.SendToBack(); //lBProfiles.SendToBack();
//toolStrip1.SendToBack(); //toolStrip1.SendToBack();
tSOptions.SendToBack(); //tSOptions.SendToBack();
opt.BringToFront(); opt.BringToFront();
oldsize = Size; oldsize = Size;
{ {