Frame/iframe print miscalculates its height
commit978fb7b16cd068fc13dc7ffeede8edf43e710414
authorMilan Crha <mcrha@redhat.com>
Tue, 3 Jan 2017 11:28:41 +0000 (3 12:28 +0100)
committerMilan Crha <mcrha@redhat.com>
Tue, 3 Jan 2017 11:28:41 +0000 (3 12:28 +0100)
treee01adc8bab872662a876f99f849180ab4328ad39
parentceb72319b613007a00f07d5bc533592e2646e96d
Frame/iframe print miscalculates its height

When printing a document with a frame or iframe, the content below
the frame could cover part of the bottom of the frame, due to it
miscalculating its height for the print. The code didn't add frame's
top and bottom border to the content height.
gtkhtml/htmlframe.c
gtkhtml/htmliframe.c