TestEIn :
- aggiornamenti.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user