fancy things

This commit is contained in:
NishiOwO
2025-12-19 03:57:40 +09:00
parent c6e7421b31
commit 19f52488b8
3 changed files with 10 additions and 1 deletions

View File

@@ -693,7 +693,7 @@ static void force_render_all(MwWidget handle) {
for(i = 0; i < arrlen(handle->children); i++) {
force_render_all(handle->children[i]);
}
MwForceRender(handle);
if(handle->lowlevel != NULL) MwForceRender(handle);
}
void MwToggleDarkTheme(MwWidget handle, int toggle) {