Changed value of wxGA_SMOOTH (clashed with wxVERTICAL)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-09-06 12:12:53 +00:00
parent 543f08a676
commit 24126cdde8

View File

@@ -840,7 +840,7 @@ enum wxStretch
#define wxGA_HORIZONTAL wxHORIZONTAL #define wxGA_HORIZONTAL wxHORIZONTAL
#define wxGA_VERTICAL wxVERTICAL #define wxGA_VERTICAL wxVERTICAL
// Windows only // Windows only
#define wxGA_SMOOTH 0x0008 #define wxGA_SMOOTH 0x0010
/* /*
* wxSlider flags * wxSlider flags