Skip to content

Commit 079c458

Browse files
vkarehraveit65
authored andcommitted
Fix frame geometry to avoid stuck resize cursor
1 parent 81fdb55 commit 079c458

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ui/frames.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -549,11 +549,6 @@ meta_frames_calc_geometry (MetaFrames *frames,
549549
width / scale, height / scale,
550550
&button_layout,
551551
fgeom);
552-
553-
fgeom->top_height *= scale;
554-
fgeom->bottom_height *= scale;
555-
fgeom->left_width *= scale;
556-
fgeom->right_width *= scale;
557552
}
558553

559554
MetaFrames*

0 commit comments

Comments
 (0)