TestEIn :

- aggiornamenti.
This commit is contained in:
Dario Sassi
2016-09-06 08:15:17 +00:00
parent 09ac61c3e2
commit 596376fd0c
3 changed files with 44 additions and 14 deletions
+8
View File
@@ -893,6 +893,10 @@ Public Class Controller
Public Sub SetLastInteger(ByVal nVal As Integer)
m_nLast = nVal
If m_nLastCmd = CMD.TEXTPLUS Then
' aggiorno drag al cambio di font
ExecuteDrag()
End If
End Sub
Public Sub SetLastString(ByRef sVal As String)
@@ -901,6 +905,10 @@ Public Class Controller
Public Sub SetLastBoolean(ByVal bVal As Boolean)
m_bLast = bVal
If m_nLastCmd = CMD.TEXTPLUS Then
' aggiorno drag al cambio di italic
ExecuteDrag()
End If
End Sub
Public Sub SetPointFromSelection(ByVal nId As Integer, ByVal PtP As Point3d, ByVal nAux As Integer)