GNOME Bugzilla – Bug 703603
Remove GtkWidget opacity-group hack in 3.12
Last modified: 2013-10-06 06:57:21 UTC
GtkWidget has a hack where if opacity is 0.999 we set up an opacity group when rendering the widget. This is no longer needed in 3.10, and GtkStack doesn't use it anymore. However, existing apps using GdStack do use it, so while this is not documented we should probably wait a while before removing it.
Created attachment 248367 [details] [review] Remove opacity-groups
Attachment 248367 [details] pushed as 5bdfdca - Remove opacity-groups