This commit is contained in:
NishiOwO
2025-12-30 23:54:30 +09:00
parent 549d235893
commit 3f9125d1ae

View File

@@ -387,6 +387,9 @@ void MwSetInteger(MwWidget handle, const char* key, int n) {
MwDispatch3(handle, prop_change, key);
if(handle->parent != NULL) MwDispatch4(handle->parent, children_prop_change, handle, key);
}
if(strcmp(key, MwNforceInverted) == 0) {
MwForceRender(handle);
}
}
void MwSetText(MwWidget handle, const char* key, const char* value) {