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

This commit is contained in:
Nishi 2026-09-26 18:34:07 +09:00
commit 42faa5691a

View file

@ -954,7 +954,7 @@ MwLLPixmap MwLoadImage(MwWidget handle, const char* path) {
} }
static void pixmap_prop(MwWidget handle, const char* prop) { 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; int i;
for(i = 0; i < arrlen(handle->pixmaps); i++) MwPixmapReloadRaw(handle->pixmaps[i], NULL); for(i = 0; i < arrlen(handle->pixmaps); i++) MwPixmapReloadRaw(handle->pixmaps[i], NULL);