Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
95a39dc5
Commit
95a39dc5
authored
Mar 28, 2003
by
Stefan Monnier
Browse files
(xt_action_hook): Unset dragging so the reset does take place.
parent
baa21c48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
src/xterm.c
src/xterm.c
+5
-4
No files found.
src/xterm.c
View file @
95a39dc5
...
...
@@ -3988,10 +3988,11 @@ xt_action_hook (widget, client_data, action_name, event, params,
w = XWINDOW (window_being_scrolled);
if (!NILP (XSCROLL_BAR (w->vertical_scroll_bar)->dragging))
/* The thumb size is incorrect while dragging: fix it. */
set_vertical_scroll_bar (w);
XSCROLL_BAR (w->vertical_scroll_bar)->dragging = Qnil;
{
XSCROLL_BAR (w->vertical_scroll_bar)->dragging = Qnil;
/* The thumb size is incorrect while dragging: fix it. */
set_vertical_scroll_bar (w);
}
window_being_scrolled = Qnil;
last_scroll_bar_part = -1;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment