TestEIn :
- piccola miglioria al menù contestuale di Scene.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user