[xiph-commits] r12273 - trunk/sushivision

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Sun Dec 31 11:32:40 PST 2006


Author: xiphmont
Date: 2006-12-31 11:32:39 -0800 (Sun, 31 Dec 2006)
New Revision: 12273

Modified:
   trunk/sushivision/panel-2d.c
Log:
Correct another bug caused by event cleanup--
a 2d panel resize does not update state properly andwould get recompute stuck in a loop.



Modified: trunk/sushivision/panel-2d.c
===================================================================
--- trunk/sushivision/panel-2d.c	2006-12-31 03:31:29 UTC (rev 12272)
+++ trunk/sushivision/panel-2d.c	2006-12-31 19:32:39 UTC (rev 12273)
@@ -542,6 +542,9 @@
       }
       p2->x = plot->x;
       p2->y = plot->y;
+      p2->data_w = w;
+      p2->data_h = h;
+      
       _sushiv_panel2d_map_redraw(p);
     }else{
       



More information about the commits mailing list