We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f92770 commit d3938cdCopy full SHA for d3938cd
src/WindowManager.vala
@@ -1705,10 +1705,6 @@ namespace Gala {
1705
1706
unmaximizing.add (actor);
1707
1708
- // FIXME: Gtk windows don't want to go out of bounds of screen when unmaximizing, so place them manually
1709
- // This is OS 7 (Mutter 42) specific, this was not needed in OS 6
1710
- window.move_frame (true, ex, ey);
1711
-
1712
latest_window_snapshot.set_position (old_rect_size_change.x, old_rect_size_change.y);
1713
1714
ui_group.add_child (latest_window_snapshot);
0 commit comments