wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

bug fix: xrc xml handler for wxSpinCtrl and wxSpinCtrlDouble doesn't allow style wxTE_PROCESS_ENTER #24481

Closed stirwl closed 4 weeks ago

stirwl commented 4 weeks ago

11:17:58: XRC error: 1546: unknown style flag "wxTE_PROCESS_ENTER" 11:17:58: XRC error: 1559: unknown style flag "wxTE_PROCESS_ENTER"

vadz commented 4 weeks ago

This should indeed be recognized, thanks!

stirwl commented 4 weeks ago

Pretty happy to get the recognition.