EgtDOORCreator 2.2j1:

-> inserito bottone per andare direttamente nell'HardareMangaer della componente selezionata nella porta/telaio,
-> disabiliti i controlli nelle TextBoxParam nell'HardwareManager (non richiesto).
This commit is contained in:
Nicola Pievani
2020-10-26 14:56:26 +00:00
parent 063b284a2f
commit 45e20498bc
7 changed files with 142 additions and 35 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ Public Class SceneManagerVM
EgtDraw()
ShowGraphicError()
ElseIf Map.refMainWindowVM.SelectedPage = MainWindowVM.ListPageEnum.nHardwarePage Then
If Not Hardware.DoRefresh Then Return
If Not Hardware.DoRefresh OrElse Not Compo.DoRefreshCompo Then Return
If Not IsNothing(Map.refHardwarePageVM.CurrHardware) Then
Map.refHardwarePageVM.CurrHardware.RefreshTempHardware()
End If