aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c1
1 files changed, 1 insertions, 0 deletions
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)
2192 break; 2192 break;
2193 case SB_ENDSCROLL: 2193 case SB_ENDSCROLL:
2194 default: 2194 default:
2195 SetScrollPos (SCROLL_BAR_WIN32_WINDOW (bar), SB_CTL, y, TRUE);
2195 return FALSE; 2196 return FALSE;
2196 } 2197 }
2197 2198