mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
* dispnew.c (scrolling_window): Before scrolling, turn off a mouse-highlight in the window being scrolled.
This commit is contained in:
parent
4fd75609cb
commit
989b42d2c7
@ -1,3 +1,8 @@
|
||||
2011-06-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* dispnew.c (scrolling_window): Before scrolling, turn off a
|
||||
mouse-highlight in the window being scrolled.
|
||||
|
||||
2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF. (Bug#8839)
|
||||
|
@ -5206,6 +5206,7 @@ scrolling_window (w, header_line_p)
|
||||
/* Copy on the display. */
|
||||
if (r->current_y != r->desired_y)
|
||||
{
|
||||
rif->clear_window_mouse_face (w);
|
||||
rif->scroll_run_hook (w, r);
|
||||
|
||||
/* Invalidate runs that copy from where we copied to. */
|
||||
|
Loading…
Reference in New Issue
Block a user