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)
commit1c492427c0c4e03065f4a327549a6d31b9e693a8
tree091468e5794fd46e6d257c85c9c02c1f13353ac4
parent258e45aa9b44b6a127e4f23c655f4740c04e05df
Fix bug rendering margin in output viewer.

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.
src/ui/gui/output-window.ui
src/ui/gui/psppire-output-view.c