summaryrefslogtreecommitdiff
path: root/src/ui/frames.c
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2018-04-24 22:26:41 -0400
committerraveit65 <[email protected]>2018-04-25 21:01:08 +0200
commit079c4581c209f3d867b7ba6b059afaf7c1541029 (patch)
tree36c8413f1d2ae8db194b9c19c3b77e6a7a236c14 /src/ui/frames.c
parent81fdb557657e922958236af2ccfbe44762fead1d (diff)
downloadmarco-079c4581c209f3d867b7ba6b059afaf7c1541029.tar.bz2
marco-079c4581c209f3d867b7ba6b059afaf7c1541029.tar.xz
Fix frame geometry to avoid stuck resize cursor
Diffstat (limited to 'src/ui/frames.c')
-rw-r--r--src/ui/frames.c5
1 files changed, 0 insertions, 5 deletions
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*