mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
ignore minimizing windows in resize_win
This commit is contained in:
parent
be7067bc0a
commit
e5fc168a46
@ -1057,6 +1057,7 @@ sync_actor_position (MutterWindow *cw)
|
|||||||
|
|
||||||
if (priv->maximize_in_progress ||
|
if (priv->maximize_in_progress ||
|
||||||
priv->unmaximize_in_progress ||
|
priv->unmaximize_in_progress ||
|
||||||
|
priv->minimize_in_progress ||
|
||||||
priv->map_in_progress)
|
priv->map_in_progress)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user