From 45d8f75f6fb9bf7945549e400d192e0982a8fa5d Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Tue, 24 Apr 2018 22:26:41 -0400 Subject: Fix frame geometry to avoid stuck resize cursor --- src/ui/frames.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/ui/frames.c b/src/ui/frames.c index 80ee353c..90e2b2d8 100644 --- a/src/ui/frames.c +++ b/src/ui/frames.c @@ -549,11 +549,6 @@ meta_frames_calc_geometry (MetaFrames *frames, width / scale, height / scale, &button_layout, fgeom); - - fgeom->top_height *= scale; - fgeom->bottom_height *= scale; - fgeom->left_width *= scale; - fgeom->right_width *= scale; } MetaFrames* -- cgit v1.2.1