From 1f217eb1abba15535537e57cf5220a6788804a1d Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sun, 23 Nov 2025 13:36:36 +0000 Subject: [PATCH] fix git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@790 b9cfdab3-6d41-4d17-bbe4-086880011989 --- src/widget/scrollbar.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widget/scrollbar.c b/src/widget/scrollbar.c index f2fdb7a..fd8e468 100644 --- a/src/widget/scrollbar.c +++ b/src/widget/scrollbar.c @@ -228,7 +228,6 @@ static void mouse_down(MwWidget handle, void* ptr) { static void prop_change(MwWidget handle, const char* key) { if(strcmp(key, MwNminValue) == 0 || strcmp(key, MwNvalue) == 0 || strcmp(key, MwNmaxValue) == 0) { if(MwGetInteger(handle, MwNvalue) > MwGetInteger(handle, MwNmaxValue)) MwSetInteger(handle, MwNvalue, MwGetInteger(handle, MwNmaxValue)); - if(handle->prop_event) MwDispatchUserHandler(handle, MwNchangedHandler, NULL); MwForceRender(handle); } if(strcmp(key, MwNshowArrows) == 0 || strcmp(key, MwNareaShown) == 0){