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>
Wed, 10 Jun 2015 19:44:17 +0000 (21:44 +0200)
commit8e7ec8ad1926534376ffaf74a9f60b120a2cb5a8
treeb930358d9b0598ca0a8fe547111dfd4f65e0e27b
parent5bd5007b498d18182af272222a0021af178fc531
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