Fix empty size setting
This commit is contained in:
parent
a7b9fc14e8
commit
a9a8bf0e0f
@ -406,7 +406,7 @@ Public Class frmMain
|
||||
'Restore_Form_Position()
|
||||
ScreenEx.RestoreFormPosition(Me, My.Settings.frmMainPosition)
|
||||
ScreenEx.RestoreFormState(Me, My.Settings.frmMainWindowState)
|
||||
Size = My.Settings.frmMainSize
|
||||
ScreenEx.RestoreFormSize(Me, My.Settings.frmMainSize)
|
||||
|
||||
If IDB_ACTIVE = False And ERROR_STATE = "" Then
|
||||
Try
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user