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:
parent
65aeaf19f6
commit
cb949fa96c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user