This commit is contained in:
NishiOwO
2025-12-17 21:37:01 +09:00
parent 8bb1cbdc09
commit 224fc48ecd

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) { static void children_prop_change(MwWidget handle, MwWidget child, const char* key) {
(void)child; (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) { static void resize(MwWidget handle) {