fancy things

This commit is contained in:
Nishi 2025-12-19 03:57:40 +09:00
commit 19f52488b8
Signed by: nishi
GPG key ID: 27EF69B208EB9343
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) {