psppire-output-window: Avoid calling gdk_window_begin_draw_frame twice.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 10 Jan 2020 05:53:54 +0000 (05:53 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 10 Jan 2020 05:53:54 +0000 (05:53 +0000)
commit5144f3be8f6220bc40613322e1e213e3093acadd
tree96bb0e08457611d8c7f6f319aa9ca6c350f485af
parent21642f4f6a9e51d508d05aa003d3de112af7cdf2
psppire-output-window: Avoid calling gdk_window_begin_draw_frame twice.

gdk_window_begin_draw_frame() and gdk_window_end_draw_frame() have to
be paired and not recursive, but this code didn't honor that.

Thanks to Harry Thijssen and John Darrington for pointing out the
issue.
src/ui/gui/psppire-output-view.c