Correzione gestione uscita pagina DrawPage
This commit is contained in:
@@ -1190,7 +1190,7 @@ Public Class DrawPageUC
|
||||
If Keyboard.Modifiers And ModifierKeys.Shift Then
|
||||
bExitPage = Not bExitPage
|
||||
End If
|
||||
If bExitPage And m_MainWindow.FrameCutBtn.IsChecked Then
|
||||
If bExitPage Then
|
||||
' Aggiorno ambiente principale
|
||||
EgtZoom(ZM.ALL)
|
||||
' Elimino nome del componente precedente
|
||||
@@ -1217,6 +1217,7 @@ Public Class DrawPageUC
|
||||
Else
|
||||
LoadSecondaryPage()
|
||||
End If
|
||||
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user