better fix
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
Nishi 2026-05-23 03:49:47 +09:00
commit f7df6df342
2 changed files with 7 additions and 4 deletions

View file

@ -401,7 +401,7 @@ static void draw(MwWidget handle) {
static void prop_change(MwWidget handle, const char* prop) {
MwListBox lb = handle->internal;
if(strcmp(prop, MwNleftPadding) == 0 && lb->frame != NULL) {
if(strcmp(prop, MwNleftPadding) == 0) {
MwForceRender(lb->frame);
}
if(strcmp(prop, MwNhasHeading) == 0) {