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 663968 - Multiload applet flickers on redraw
Multiload applet flickers on redraw
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: multiload
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-13 15:18 UTC by Joachim Breitner
Modified: 2013-07-21 16:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix this by using the draw event. (2.32 KB, patch)
2011-11-13 15:18 UTC, Joachim Breitner
committed Details | Review

Description Joachim Breitner 2011-11-13 15:18:52 UTC
Created attachment 201316 [details] [review]
Fix this by using the draw event.

Hi,

I observed that the multiload applet flickers when it is redrawn, e.g. after it was covered by its own toolkit.

The attached patch fixes this, and also replaces the obsolete use of the expose event by a use of the draw event.

Thanks,
Joachim
Comment 1 Joachim Breitner 2012-08-22 08:01:14 UTC
Also present in 3.4.1, same patch applies cleanly. Please consider applying it.
Comment 2 Jeremy Bicha 2013-07-21 16:20:00 UTC
Thanks!