Bugfix so floating wp can be moved to top of window.

This commit is contained in:
Michael Grant
2025-11-02 11:52:21 +01:00
parent 9a061a2fee
commit 6b462474f0

View File

@@ -1121,9 +1121,6 @@ window_pane_resize(struct window_pane *wp, u_int sx, u_int sy)
void
window_pane_move(struct window_pane *wp, int xoff, int yoff)
{
if (xoff == wp->xoff && yoff == wp->yoff)
return;
wp->xoff = xoff;
wp->yoff = yoff;