Undefine a macro when no longer needed.

This commit is contained in:
Mark de Wever 2008-06-22 17:59:22 +00:00
parent 2cbe565950
commit f2f84a592a

View file

@ -71,6 +71,8 @@
{LABEL_DEFINITION "default" "default label" 16 {FONT_COLOUR_ENABLED} "normal"}
{LABEL_DEFINITION "title" "label used for titles" {FONT_SIZE_NORMAL__TITLE} {FONT_COLOUR_TITLE} "bold"}
#undef LABEL_DEFINITION
###
### Temporary class to avoid the redraw problem for labels in a ttoggle_panel
### This hack can be removed once the the redraw problem is fixed