GNOME Bugzilla – Bug 706297
Do not use ClutterActor for zoom control
Last modified: 2013-08-20 14:49:44 UTC
The use of Clutter for the zoom control is not strictly needed. Maybe we can use GtkOverlay instead?
Created attachment 252425 [details] [review] ZoomControl: switch to GtkOverlay This patch makes the zoom control use GtkOverlay for positioning instead of being a ClutterActor. The problem is I can't seem to make the background transparent, I tried multiple things, but no go. Is this a limitation in GtkOverlay or am I just no finding the right way? Tips would be nice! Thanks.
Doens't look too bad to stop this change. We can look into bg issue after wards. Attachment 252425 [details] pushed as 4449f94 - ZoomControl: switch to GtkOverlay