From 063b17e5dfe6c80a8a0154e7ad4b5d1063288cdd Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 25 May 1996 17:48:23 +0000 Subject: [PATCH] (x_scroll_bar_handle_click): Repaint scroll bar handle when drag is finished. --- src/w32term.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/w32term.c b/src/w32term.c index ea539a0a1b7..849d3692f2f 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -2192,6 +2192,7 @@ x_scroll_bar_handle_click (bar, msg, emacs_event) break; case SB_ENDSCROLL: default: + SetScrollPos (SCROLL_BAR_WIN32_WINDOW (bar), SB_CTL, y, TRUE); return FALSE; } -- 2.39.5