output window: click on overview item adjusts output view (jump)
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Wed, 10 Jun 2015 19:44:17 +0000 (21:44 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Thu, 11 Jun 2015 12:53:28 +0000 (14:53 +0200)
commit1c6115a05e7416770b289baa5a675d42a62e6a24
treeebdcdb3f41fbec30727d0af975777be60082d735
parente0c5553451a33f2f3bcbd877da0b0e8551d09ff8
output window: click on overview item adjusts output view (jump)

On MacOS clicking on the overview item did not result in a correct
adjustment of the output window. The reason is that view->y is of type
integer but type long is stored in the treestore. This requires correct
type casting.
src/ui/gui/psppire-output-view.c