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 87572f7 commit cc58982Copy full SHA for cc58982
src/core/window.c
@@ -3502,9 +3502,6 @@ meta_window_tile (MetaWindow *window,
3502
meta_window_maximize_internal (window, directions, maybe_saved_rect);
3503
meta_display_update_tile_preview (window->display, FALSE);
3504
3505
- /* Setup the edge constraints */
3506
- update_edge_constraints (window);
3507
-
3508
if ((!window->htile_match || window->htile_match != window->display->grab_window) &&
3509
(!window->vtile_match || window->vtile_match != window->display->grab_window))
3510
{
0 commit comments