GNU bug report logs -
#74435
Scrollbar width is not respected on Windows
Previous Next
Reported by: Johann Höchtl <johann.hoechtl <at> gmail.com>
Date: Tue, 19 Nov 2024 12:03:01 UTC
Severity: normal
Tags: fixed
Fixed in version 30.1
Done: martin rudalics <rudalics <at> gmx.at>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 74435 <at> debbugs.gnu.org (full text, mbox):
> Date: Thu, 21 Nov 2024 23:21:05 +0100
> Cc: johann.hoechtl <at> gmail.com, 74435 <at> debbugs.gnu.org
> From: Cecilio Pardo <cpardo <at> imayhem.com>
>
> I have tracked (I think) this problem to the function
> frame.c:gui_set_scroll_bar_width
>
> If the new value for the scrollbars width is equal to the current one,
> then it resets width to the default size.
>
> The 'if' tests for arg != FRAME_CONFIG_SCROLL_BAR_WIDTH(f).
> That is, if arg is equal to current width, the 'else' path is taken,
> which resets to default.
>
> I suppose this should test for arg != "DEFAULT_WIDTH", but I don't know
> where to find that.
Thanks. I'd like to look into this, but it would help if I could
reproduce the issue.
> Maybe you could not reproduce it because your scrollbars are on the
> default size?
Maybe. The OP didn't seem to say it was necessary to specify
non-default scroll-bar width.
So what is the minimum recipe for reproducing the issue?
This bug report was last modified 245 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.