TestEIn :

- piccola miglioria al menù contestuale di Scene.
This commit is contained in:
Dario Sassi
2015-01-28 14:06:40 +00:00
parent c23364ceba
commit 99bce8284e
+2 -2
View File
@@ -742,9 +742,9 @@ Public Class Scene
i.Visible = False
End If
Case "sepSelPnt1"
i.Visible = True
i.Visible = (m_nStatus <> ST.GETDIST And m_nStatus <> ST.GETDIST2)
Case "cmdStopDrag"
i.Visible = True
i.Visible = (m_nStatus <> ST.GETDIST And m_nStatus <> ST.GETDIST2)
Case Else
i.Visible = False
End Select