quick fix
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Drawing.c
index e1a439a032f1b2eefd8b13d08c2e6aab75c1d46a..a7120b93b977714148ebd80bba2a237ea971be20 100644 (file)
@@ -48,6 +48,9 @@ void Drawing_Data_Request(Drawing_t *Drawing,
                        gint width,
                        gint height)
 {
+  if(width < 0) return ;
+  if(height < 0) return ;
+
   gdk_draw_rectangle (Pixmap,
                      Drawing->Drawing_Area_V->style->white_gc,
                      TRUE,
This page took 0.02445 seconds and 4 git commands to generate.