Don't claim that Enter sends wxEVT_SPINCTRLDOUBLE in wxSpinCtrl
This isn't actually true and doesn't seem to make much sense, so simply remove the fragment claiming this from the documentation. Closes #18900.
This commit is contained in:
parent
a8efad16f1
commit
2b0dd6dfe3
@ -365,8 +365,8 @@ public:
|
||||
@beginEventTable{wxSpinDoubleEvent}
|
||||
@event{EVT_SPINCTRLDOUBLE(id, func)}
|
||||
Generated whenever the numeric value of the spin control is changed,
|
||||
that is, when the up/down spin button is clicked, when ENTER is pressed,
|
||||
or the control loses focus and the new value is different from the last.
|
||||
that is, when the up/down spin button is clicked or when the control
|
||||
loses focus and the new value is different from the last one.
|
||||
See wxSpinDoubleEvent.
|
||||
@endEventTable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user