mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 21:50:37 -08:00
Fix bug in `pixel-scroll-precision-mode' on nonselected windows
* src/window.c (Fset_window_vscroll): Mark window for redisplay. (bug#55299)
This commit is contained in:
parent
ccbdae840d
commit
be60e9e947
1 changed files with 3 additions and 0 deletions
|
|
@ -7980,6 +7980,9 @@ If PIXELS-P is non-nil, the return value is VSCROLL. */)
|
|||
|
||||
/* Prevent redisplay shortcuts. */
|
||||
XBUFFER (w->contents)->prevent_redisplay_optimizations_p = true;
|
||||
|
||||
/* Mark W for redisplay. (bug#55299) */
|
||||
wset_redisplay (w);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue