definitions: Change value of __NORMAL to remove weirdness

This does require all themes to be re-parsed.
This commit is contained in:
Kim Woelders 2020-09-25 10:47:57 +02:00
parent f89e5844cd
commit 40d17e7a51
3 changed files with 1 additions and 4 deletions

View File

@ -99,7 +99,7 @@
#define __EFFECT_SHADOW 1
#define __EFFECT_OUTLINE 2
#define __NORMAL 5
#define __NORMAL 351
#define __CLICKED 352
#define __HILITED 353
#define __NORMAL_ACTIVE 354

View File

@ -449,8 +449,6 @@ ImageclassConfigLoad(FILE * fs)
ic->padding.top = t;
ic->padding.bottom = b;
continue;
case CONFIG_DESKTOP:
/* don't ask... --mandrake */
case ICLASS_NORMAL:
is = ImagestateSet(&ic->norm.normal, s2);
continue;

View File

@ -265,7 +265,6 @@ TextclassConfigLoad(FILE * fs)
case TEXT_JUSTIFICATION:
tc->justification = atoi(s2);
continue;
case CONFIG_DESKTOP:
case ICLASS_NORMAL:
ts = TextstateSet(&tc->norm.normal, s2);
continue;