changeset 57314:94a5dcc33036

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 04 Oct 2004 14:06:28 +0000
parents 6fd660640e42
children 0d912ccf6554
files src/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 04 13:57:31 2004 +0000
+++ b/src/ChangeLog	Mon Oct 04 14:06:28 2004 +0000
@@ -1,5 +1,11 @@
 2004-10-04  Kim F. Storm  <storm@cua.dk>
 
+	* xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
+	bars with fractional column width.  If scroll bar separates two
+	windows, move it towards the window it belongs to.  Only update
+	the padding area below the scroll bar widget when necessary,
+	i.e. when scroll bar widget is created, moved, or resized.
+
 	* xdisp.c (define_frame_cursor1): Do not change frame cursor
 	while tracking/dragging mouse.
 	(x_draw_vertical_border): Do not draw line if frame has scroll bars.