This commit is contained in:
parent
b4829308d9
commit
2323b7f69f
11 changed files with 39 additions and 5 deletions
|
|
@ -674,7 +674,7 @@ int MwGetInteger(MwWidget handle, const char* key) {
|
|||
#ifdef USE_CLASSIC_THEME
|
||||
if(strcmp(key, MwNmodernLook) == 0) return inherit_integer(handle, key, 0);
|
||||
#else
|
||||
if(strcmp(key, MwNmodernLook) == 0) return inherit_integer(handle, key, 1);
|
||||
if(strcmp(key, MwNmodernLook) == 0) return inherit_integer(handle, key, MwLLDoModern(handle->lowlevel));
|
||||
#endif
|
||||
if(strcmp(key, MwNdarkTheme) == 0) return inherit_integer(handle, key, 0);
|
||||
if(strcmp(key, MwNuseMonospace) == 0) return inherit_integer(handle, key, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue