MwNisRounded
This commit is contained in:
parent
6538f8e836
commit
00e44bec32
3 changed files with 4 additions and 1 deletions
|
|
@ -516,6 +516,7 @@ int MwGetInteger(MwWidget handle, const char* key) {
|
|||
#else
|
||||
if(strcmp(key, MwNmodernLook) == 0) return inherit_integer(handle, key, 1);
|
||||
#endif
|
||||
if(strcmp(key, MwNisRounded) == 0) return inherit_integer(handle, key, 1);
|
||||
}
|
||||
return shget(handle->integer, key);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue