From: Friedrich Beckmann Date: Wed, 10 Jun 2015 19:44:17 +0000 (+0200) Subject: output window: click on overview item adjusts output view (jump) X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=8e7ec8ad1926534376ffaf74a9f60b120a2cb5a8;hp=8e7ec8ad1926534376ffaf74a9f60b120a2cb5a8;p=pspp 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. ---