Use wxSP_WRAP for generic wxTimePicker spin button.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Oct 2011 12:58:48 +0000 (12:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Oct 2011 12:58:48 +0000 (12:58 +0000)
commite941b45e418321f1ddea3bbb49e94019aaa4c2bf
treef9228574129b278827b2f4c7fa098c6966d703e9
parent2112ca2d61731c7de8019e296f0102e2cdf45a5e
Use wxSP_WRAP for generic wxTimePicker spin button.

This ensures that the spin button arrows are always enabled, as they should
be, even under wxGTK where wxSpinButton disables its arrows on its own if its
value reaches the end of its range and wxSP_WRAP is not used.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/timectrl.cpp