[xiph-commits] r12262 - trunk/sushivision
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Fri Dec 29 15:45:16 PST 2006
Author: xiphmont
Date: 2006-12-29 15:45:15 -0800 (Fri, 29 Dec 2006)
New Revision: 12262
Modified:
trunk/sushivision/panel-1d.c
Log:
Do *not* map_redraw in the 1d recompute request call, as this will
bring the entire UI to a screeching halt. There was no reason for the
call to be there, the map will redraw lazily elsewhere just fine.
Modified: trunk/sushivision/panel-1d.c
===================================================================
--- trunk/sushivision/panel-1d.c 2006-12-29 23:24:28 UTC (rev 12261)
+++ trunk/sushivision/panel-1d.c 2006-12-29 23:45:15 UTC (rev 12262)
@@ -460,7 +460,6 @@
for(i=0;i<p->objectives;i++)
for(j=0;j<dw;j++)
p1->data_vec[i][j]=NAN;
- _sushiv_panel1d_map_redraw(p);
p1->serialno++;
p1->last_line = 0;
More information about the commits
mailing list