(x_scroll_bar_handle_click): Repaint scroll bar handle

when drag is finished.
This commit is contained in:
Karl Heuer 1996-05-25 17:48:23 +00:00
parent 47a8c525ff
commit 063b17e5df

View file

@ -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;
}