Revert "Set frame size to actual requested size (bug#18215)"

This reverts commit d31cd79b40.

See bug#28536. I misunderstood bug#18215. It wasn't a bug.
This commit is contained in:
Alan Third 2017-09-21 21:53:30 +01:00
parent 0bf066d4b2
commit a81d5a3d3f

View file

@ -1820,8 +1820,8 @@ -(void)remove
if (pixelwise) if (pixelwise)
{ {
pixelwidth = width; pixelwidth = FRAME_TEXT_TO_PIXEL_WIDTH (f, width);
pixelheight = height; pixelheight = FRAME_TEXT_TO_PIXEL_HEIGHT (f, height);
} }
else else
{ {