GNU bug report logs - #20182
24.4.91; [GTK3] Vertical scroll bar is "indented" from right edge of frame

Previous Next

Package: emacs;

Reported by: nljlistbox2 <at> gmail.com (N. Jackson)

Date: Mon, 23 Mar 2015 19:00:04 UTC

Severity: minor

Found in version 24.4.91

Fixed in version 24.5

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


Message #23 received at 20182 <at> debbugs.gnu.org (full text, mbox):

From: "Jan D." <jan.h.d <at> swipnet.se>
To: martin rudalics <rudalics <at> gmx.at>
Cc: "N. Jackson" <nljlistbox2 <at> gmail.com>, 20182 <at> debbugs.gnu.org
Subject: Re: bug#20182: 24.4.91;
 [GTK3] Vertical scroll bar is "indented" from right edge of frame
Date: Tue, 24 Mar 2015 17:16:45 +0100
> 24 mar 2015 kl. 11:51 skrev martin rudalics <rudalics <at> gmx.at>:
> 
> > 16 was the hardcoded width for Gtk2.
> 
> Does that mean gtk_widget_style_get is broken for Gtk2?

It means that the width it returns is 16.

> 
> > You can #ifdef it.
> 
> Like
> 
> #if (! GTK_CHECK_VERSION (3, 0, 0)
>  if (w < 16) w = 16;
> #endif
> 

Yes, or 
#ifndef HAVE_GTK3
...

	Jan D.






This bug report was last modified 9 years and 320 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.