src/config/rcxml.c: reset default values on Reconfigure

Reported-by: <umk3> via IRC
This commit is contained in:
Consolatis 2023-03-08 23:53:34 +01:00 committed by Johan Malm
parent 00ebcdc290
commit ce6b760b4b
2 changed files with 22 additions and 12 deletions

View file

@ -5,12 +5,12 @@
struct lab_data_buffer;
enum font_slant {
FONT_SLANT_NORMAL,
FONT_SLANT_NORMAL = 0,
FONT_SLANT_ITALIC
};
enum font_weight {
FONT_WEIGHT_NORMAL,
FONT_WEIGHT_NORMAL = 0,
FONT_WEIGHT_BOLD
};