(svn r22739) -Fix: The measurement tooltip is supposed to be hidden when not dragging an area.

This commit is contained in:
frosch
2011-08-13 10:43:11 +00:00
parent 30c413c399
commit 29ba3a1dd7

View File

@@ -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;