After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 637942 - Missing arrow in GtkSpinButton
Missing arrow in GtkSpinButton
Status: RESOLVED FIXED
Product: gnome-themes-standard
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-themes-standard-maint
gnome-themes-standard-maint
Depends on:
Blocks:
 
 
Reported: 2010-12-24 11:23 UTC by Vincent Untz
Modified: 2010-12-24 18:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Missing down arrow (773 bytes, image/png)
2010-12-24 11:24 UTC, Vincent Untz
Details

Description Vincent Untz 2010-12-24 11:23:47 UTC
There's no down arrow. See screenshot.
Comment 1 Vincent Untz 2010-12-24 11:24:38 UTC
Created attachment 177007 [details]
Missing down arrow

(this is also GNOME 2.91.4, like bug 637940)
Comment 2 Carlos Garnacho 2010-12-24 18:35:28 UTC
Thanks for the bug report :), just fixed this in gtk-theme-engine-clearlooks,

commit a24b0c398d36e6f52c39edd2ae7185d49d210605
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Fri Dec 24 19:03:38 2010 +0100

    Bug 637942 - Missing arrow in GtkSpinButton
    
    Add missing cairo_save/restore() so the render_operation
    doesn't leave a context with translated coordinates.