mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
actor: Fix the has_overridden_allocate check
This commit is contained in:
parent
acf8aff6d5
commit
f7bae2a064
@ -6109,7 +6109,7 @@ clutter_actor_init (ClutterActor *self)
|
||||
self);
|
||||
|
||||
priv->has_overridden_allocate =
|
||||
CLUTTER_ACTOR_GET_CLASS (self)->allocate == clutter_actor_real_allocate;
|
||||
CLUTTER_ACTOR_GET_CLASS (self)->allocate != clutter_actor_real_allocate;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user