Changeset - r17924:7ba034dccde9
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2011-08-13 10:43:11
frosch@openttd.org
(svn r22739) -Fix: The measurement tooltip is supposed to be hidden when not dragging an area.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/viewport.cpp
Show inline comments
 
@@ -2786,7 +2786,7 @@ calc_heightdiff_single_direction:;
 
					}
 
				}
 

	
 
				if (t0 != 1 || t1 != 1) {
 
				if (dx != 1 || dy != 1) {
 
					int heightdiff = CalcHeightdiff(style, 0, t0, t1);
 

	
 
					params[index++] = dx;
0 comments (0 inline, 0 general)