Skip to content

popupMenu: Fix wrong call to clutter_actor_add_child()

Mario Sanchez Prada requested to merge add-child-fix into master

Specify the horizontal alignment via the x_align property when creating the StIcon, since this function expects one argument, not two.

Merge request reports