mirror of
https://github.com/brl/mutter.git
synced 2025-02-08 17:44:09 +00: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);
|
self);
|
||||||
|
|
||||||
priv->has_overridden_allocate =
|
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…
x
Reference in New Issue
Block a user