(svn r2170) -fix: [1179457] the industry list can now no longer scroll down then the end of the list is reached (Hackykid)
authorbjarni
Fri, 08 Apr 2005 23:46:18 +0000
changeset 1666 46dc094142b1
parent 1665 ad61a6a27fca
child 1667 2cfa3396fac1
(svn r2170) -fix: [1179457] the industry list can now no longer scroll down then the end of the list is reached (Hackykid)
industry_gui.c
--- a/industry_gui.c	Fri Apr 08 22:50:22 2005 +0000
+++ b/industry_gui.c	Fri Apr 08 23:46:18 2005 +0000
@@ -578,7 +578,7 @@
 			MakeSortedIndustryList();
 		}
 
-		w->vscroll.count = _num_industry_sort;
+		SetVScrollCount(w, _num_industry_sort);
 
 		DrawWindowWidgets(w);
 		DoDrawString(_industry_sort_order & 1 ? "\xAA" : "\xA0", _indicator_positions[_industry_sort_order>>1], 15, 0x10);