From: Karl Heuer Date: Sat, 25 May 1996 17:48:23 +0000 (+0000) Subject: (x_scroll_bar_handle_click): Repaint scroll bar handle X-Git-Tag: emacs-19.34~573 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=063b17e5dfe6c80a8a0154e7ad4b5d1063288cdd;p=emacs.git (x_scroll_bar_handle_click): Repaint scroll bar handle when drag is finished. --- 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; }