Don't remember window state when opening PROMS
This commit is contained in:
parent
de84adc5ff
commit
88876fbe90
@ -1392,7 +1392,7 @@ namespace VEPROMS
|
|||||||
this.btnPrevious.Click += btnPrevious_Click; // RHM20150506 Multiline ItemID TextBox
|
this.btnPrevious.Click += btnPrevious_Click; // RHM20150506 Multiline ItemID TextBox
|
||||||
if (Settings.Default["Location"] != null) this.Location = Settings.Default.Location;
|
if (Settings.Default["Location"] != null) this.Location = Settings.Default.Location;
|
||||||
if (Settings.Default["Size"] != null) this.Size = Settings.Default.Size;
|
if (Settings.Default["Size"] != null) this.Size = Settings.Default.Size;
|
||||||
if (Settings.Default["WindowState"] != null) this.WindowState = Settings.Default.WindowState;
|
//if (Settings.Default["WindowState"] != null) this.WindowState = Settings.Default.WindowState;
|
||||||
//if (Settings.Default.SaveTreeviewExpanded) epProcedures.Expanded = Settings.Default.TreeviewExpanded;
|
//if (Settings.Default.SaveTreeviewExpanded) epProcedures.Expanded = Settings.Default.TreeviewExpanded;
|
||||||
// if the Procedures panel was left open from the last session, then open it
|
// if the Procedures panel was left open from the last session, then open it
|
||||||
epProcedures.Expanded = Settings.Default.TreeviewExpanded;
|
epProcedures.Expanded = Settings.Default.TreeviewExpanded;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user