Correzione gestione uscita pagina DrawPage

This commit is contained in:
Nicola Pievani
2024-03-04 09:41:06 +01:00
parent e119e9673a
commit 2eff34e8b6
+2 -1
View File
@@ -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