(x_scroll_bar_handle_click): Repaint scroll bar handle
when drag is finished.
This commit is contained in:
parent
47a8c525ff
commit
063b17e5df
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue