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:
Vadim Zeitlin 2020-11-02 00:40:15 +01:00
parent a8efad16f1
commit 2b0dd6dfe3

View File

@ -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