From 92857db0faa216030f36cb8796709cce324f396e Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 5 Sep 1999 12:13:41 +0000 Subject: [PATCH] (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]: Fix reference to renamed variable. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 74be684d7d9..4c805fc7031 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -8047,7 +8047,7 @@ XTset_vertical_scroll_bar (w, portion, whole, position) dragged. */ if (NILP (bar->dragging)) { - int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, pixel_height); + int top_range = VERTICAL_SCROLL_BAR_TOP_RANGE (f, height); if (whole == 0) x_scroll_bar_set_handle (bar, 0, top_range, 0); -- 2.39.5