This commit is contained in:
SchreiberM
2016-09-15 14:07:27 +02:00
parent 9539a78ebf
commit 00db040359
3 changed files with 13 additions and 7 deletions

View File

@@ -2759,6 +2759,7 @@ Public Class frmConstructor_Main
progressLoadEntity.Visible = True
labelLoadEntity.Visible = True
Load_Splitter_Layout()
If LOCK_CONTROLS_BG_LOAD = True Then
SplitContainerMain.Panel2.Enabled = False
End If
@@ -2773,7 +2774,7 @@ Public Class frmConstructor_Main
Catch ex As Exception
MsgBox("Error in Load_ViewData:" & vbNewLine & ex.Message, MsgBoxStyle.Exclamation)
End Try
Load_Splitter_Layout()
If LOCK_CONTROLS_BG_LOAD = True Then
SplitContainerMain.Panel2.Enabled = True