From 42faa5691a8cf7e570adc50c794d32e3f81e7d1d Mon Sep 17 00:00:00 2001 From: Nishi Date: Sat, 26 Sep 2026 18:34:07 +0900 Subject: [PATCH] ok --- src/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/draw.c b/src/draw.c index 649741a5..7c8fb0e8 100644 --- a/src/draw.c +++ b/src/draw.c @@ -954,7 +954,7 @@ MwLLPixmap MwLoadImage(MwWidget handle, const char* path) { } static void pixmap_prop(MwWidget handle, const char* prop) { - if(strcmp(prop, MwNbackground) == 0 || strcmp(prop, MwNsubBackground) == 0) { + if(strcmp(prop, MwNbackground) == 0) { int i; for(i = 0; i < arrlen(handle->pixmaps); i++) MwPixmapReloadRaw(handle->pixmaps[i], NULL);