forked from pyrite-dev/milsko
yes
This commit is contained in:
parent
8bb1cbdc09
commit
224fc48ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ static void prop_change(MwWidget handle, const char* key) {
|
|||
static void children_prop_change(MwWidget handle, MwWidget child, const char* key) {
|
||||
(void)child;
|
||||
|
||||
if(strcmp(key, MwNratio) == 0) layout(handle);
|
||||
if(strcmp(key, MwNratio) == 0 || strcmp(key, MwNfixedSize) == 0) layout(handle);
|
||||
}
|
||||
|
||||
static void resize(MwWidget handle) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue