mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 01:48:55 +00:00
osx: Do not unrealize on hide
Calling unrealize on ClutterStage::hide will cause an assertion failure and other badness when we destroy the stage.
This commit is contained in:
parent
130c79ac03
commit
28c0a4d6be
@ -391,7 +391,6 @@ clutter_stage_osx_hide (ClutterStageWindow *stage_window)
|
|||||||
|
|
||||||
[self->window orderOut: nil];
|
[self->window orderOut: nil];
|
||||||
|
|
||||||
clutter_stage_osx_unrealize (stage_window);
|
|
||||||
clutter_actor_unmap (CLUTTER_ACTOR (self->wrapper));
|
clutter_actor_unmap (CLUTTER_ACTOR (self->wrapper));
|
||||||
|
|
||||||
CLUTTER_OSX_POOL_RELEASE();
|
CLUTTER_OSX_POOL_RELEASE();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user