[xiph-commits] r12272 - trunk/sushivision
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Sat Dec 30 19:31:30 PST 2006
Author: xiphmont
Date: 2006-12-30 19:31:29 -0800 (Sat, 30 Dec 2006)
New Revision: 12272
Modified:
trunk/sushivision/panel-2d.c
Log:
Overzealous use of crosshair snapping in 2d panel caused crosshairs to
snap-to before scale was updated, resulting in snapping-to wrong
location.
Modified: trunk/sushivision/panel-2d.c
===================================================================
--- trunk/sushivision/panel-2d.c 2006-12-31 03:17:06 UTC (rev 12271)
+++ trunk/sushivision/panel-2d.c 2006-12-31 03:31:29 UTC (rev 12272)
@@ -603,7 +603,7 @@
}
- plot_set_crosshairs_snap(plot,x,y);
+ plot_set_crosshairs(plot,x,y);
update_legend(p);
}
More information about the commits
mailing list