summaryrefslogtreecommitdiff
path: root/src/wx/dcpomatic_spin_ctrl.h
AgeCommit message (Collapse)Author
2025-06-03Add SpinCtrl::set().Carl Hetherington
2025-06-03Add SpinCtrl::get().Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-03-29Fix strange problems with spin entries on macOS (#1944).Carl Hetherington
SetRange() with minimum > 0 seems to stop entry of numbers by selecting the existing one and typing new. Also we can make Enter work properly by adding a handler.