This commit is contained in:
Nishi 2025-12-17 21:37:01 +09:00
commit 224fc48ecd
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -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) {