]> git.saurik.com Git - wxWidgets.git/commit - src/osx/spinctrl_osx.cpp
use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to avoid problems with the latter...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Mar 2009 10:55:55 +0000 (10:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Mar 2009 10:55:55 +0000 (10:55 +0000)
commitf1ddb476b1d90a1e24f904eb74462f5dc5165442
tree8cb97d9eb1d77e6b5aac9d43bb5d3a976ea142fe
parentc218ccee9ff79c675de6af9af41ed82b1e4045d9
use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to avoid problems with the latter not being defined in wx/spinctrl.h on non-MSW platforms (see #10621)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/generic/spinctlg.h
include/wx/msw/spinctrl.h
include/wx/osx/spinctrl.h
interface/wx/spinctrl.h
src/gtk/spinctrl.cpp
src/msw/spinctrl.cpp
src/osx/spinctrl_osx.cpp
src/xrc/xh_spin.cpp