Currently, ClutterActor detects a relayout cycle (an actor causing a
relayout to be queued from within an allocate() function) and aborts
after printing out a warning. This might be a little bit too anal
retentive, and it currently breaks GTK+ embedding inside clutter-gtk
so we should probably relax the behaviour a bit. Now we just emit the
warning but we still go ahead with the relayout.
"not allowed",
priv->name ? priv->name
: G_OBJECT_TYPE_NAME (self));
- return;
}
g_signal_emit (self, actor_signals[QUEUE_RELAYOUT], 0);