wxLED_ALIGN_MASK fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Roman Rolinsky 2007-03-14 17:05:04 +00:00
parent 65aeaf19f6
commit cb949fa96c

View File

@ -20,7 +20,7 @@ enum wxLEDValueAlign
wxLED_ALIGN_RIGHT = 0x02,
wxLED_ALIGN_CENTER = 0x04,
wxLED_ALIGN_MASK = 0x04
wxLED_ALIGN_MASK = 0x07
};
#define wxLED_DRAW_FADED 0x08