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 640422 - "Lock" indicators not updated
"Lock" indicators not updated
Status: RESOLVED FIXED
Product: libgnomekbd
Classification: Core
Component: Drawing
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: libgnomekbd maintainers
Sergey V. Udaltsov
Depends on:
Blocks:
 
 
Reported: 2011-01-24 14:29 UTC by Bastien Nocera
Modified: 2011-01-26 09:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2011-01-24 14:29:20 UTC
Show the current layout in gnome-control-center, the Num-Lock and Caps-Lock indicators won't be updating when changed, though their state is correct when the dialogue is shown.
Comment 1 Sergey V. Udaltsov 2011-01-26 09:19:24 UTC
Just for the record, there were 2 issues:
1. Invalidated region was "off" because gtk_widget_queue_draw_area is using wrong coordinates
2. The default thickness of line used by cairo_stroke is 2, so the outlines are too thick - there is no room for the LED itself (using normal dialog size). Changed to 1.0