Fix bug rendering margin in output viewer.
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 7 Dec 2015 17:25:29 +0000 (18:25 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 7 Dec 2015 17:25:29 +0000 (18:25 +0100)
commit 7b1373b8bded55eedc2328c1afd3eece6d259c34 tried to add an
offset to the output viewer rendering.  However the implementation
was somewhat naive.  The result was that the desired rendering was
not observed until an expose or resize event occured.  This change
improves the implementation.


No differences found