Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Aug 22, 2022
1 parent 8b7e8fc commit 1e00a59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/window_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ void window_manager_resize_window(struct window *window, float width, float heig
void window_manager_set_window_frame(struct window *window, float x, float y, float width, float height)
{
AX_ENHANCED_UI_WORKAROUND(window->application->ref, {
window_manager_resize_window(window, width, height);
window_manager_move_window(window, x, y);
window_manager_resize_window(window, width, height);
});
Expand Down

0 comments on commit 1e00a59

Please sign in to comment.