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:
parent
0bf066d4b2
commit
a81d5a3d3f
1 changed files with 2 additions and 2 deletions
|
@ -1820,8 +1820,8 @@ -(void)remove
|
|||
|
||||
if (pixelwise)
|
||||
{
|
||||
pixelwidth = width;
|
||||
pixelheight = height;
|
||||
pixelwidth = FRAME_TEXT_TO_PIXEL_WIDTH (f, width);
|
||||
pixelheight = FRAME_TEXT_TO_PIXEL_HEIGHT (f, height);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue