mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
fix: I forgot this elif
This commit is contained in:
parent
42e83e4272
commit
fc219dab85
1 changed files with 2 additions and 0 deletions
|
|
@ -597,6 +597,8 @@ enum_font_place(const char *place)
|
||||||
}
|
}
|
||||||
if (!strcasecmp(place, "ActiveWindow")) {
|
if (!strcasecmp(place, "ActiveWindow")) {
|
||||||
return FONT_PLACE_ACTIVEWINDOW;
|
return FONT_PLACE_ACTIVEWINDOW;
|
||||||
|
} else if (!strcasecmp(place, "InactiveWindow")) {
|
||||||
|
return FONT_PLACE_INACTIVEWINDOW;
|
||||||
} else if (!strcasecmp(place, "MenuItem")) {
|
} else if (!strcasecmp(place, "MenuItem")) {
|
||||||
return FONT_PLACE_MENUITEM;
|
return FONT_PLACE_MENUITEM;
|
||||||
} else if (!strcasecmp(place, "OnScreenDisplay")
|
} else if (!strcasecmp(place, "OnScreenDisplay")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue