Skip to content

Commit d3938cd

Browse files
committed
Remove fixme
1 parent 7f92770 commit d3938cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/WindowManager.vala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,10 +1705,6 @@ namespace Gala {
17051705

17061706
unmaximizing.add (actor);
17071707

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-
17121708
latest_window_snapshot.set_position (old_rect_size_change.x, old_rect_size_change.y);
17131709

17141710
ui_group.add_child (latest_window_snapshot);

0 commit comments

Comments
 (0)