GNOME Bugzilla – Bug 751599
osdMonitorLabeler: avoid tweening the labels
Last modified: 2015-06-29 21:57:29 UTC
See attached patch.
Created attachment 306221 [details] [review] osdMonitorLabeler: avoid tweening the labels The control center will call this method when the configuration dialog for a display opens/closes, which will cause the same labels to quickly fade out and in again, looking like it's flickering. This commit fixes the issue by removing the tweens altogether.
Review of attachment 306221 [details] [review]: This makes some amount of sense.
Pushed to master. Attachment 306221 [details] pushed as 7c44af3 - osdMonitorLabeler: avoid tweening the labels