EgtCAM5 1.9i1 :
- tooltip anche su bottoni toolbar disegno disabilitati - corretta impostazione step in simulazione.
This commit is contained in:
@@ -220,11 +220,12 @@ Public Class SimulationExpanderVM
|
||||
Return m_SliderValue
|
||||
End Get
|
||||
Set(value As Double)
|
||||
If Math.Abs(value - m_SliderValue) > EPS_SMALL Then
|
||||
value = Math.Max(1, Math.Min(value, 100))
|
||||
If Math.Abs(value - m_SliderValue) > 1 Then
|
||||
m_SliderValue = value
|
||||
EgtSimSetStep(value * m_SliderX)
|
||||
OnPropertyChanged("SliderValue")
|
||||
End If
|
||||
EgtSimSetStep(value * m_SliderX)
|
||||
End Set
|
||||
End Property
|
||||
|
||||
|
||||
Reference in New Issue
Block a user