GNOME Bugzilla – Bug 682265
ClutterBinLayout not honoring ClutterActor position set through clutter_actor_set_position
Last modified: 2012-08-20 14:05:26 UTC
Created attachment 221839 [details] The code sample to test it ClutterBinLayout constructed with CLUTTER_BIN_ALIGNMENT_CENTER alignment as default should honor the fixed position of an actor when set through clutter_actor_set_position. The code sample below shows this it is not working.
Created attachment 221843 [details] [review] bin-layout: Ensure that fixed position get a 0.0 alignment If the actor has a fixed position set, but it's not using the BinLayout alignment enumeration to set its alignment, then we force the alignment factor to 0.0; this is consistent with what happens with an explicit alignment of CLUTTER_BIN_ALIGNMENT_FIXED.
Attachment 221843 [details] pushed as 8536314 - bin-layout: Ensure that fixed position get a 0.0 alignment