rectangle draw : need modif to the main window so the module known it's ready for...
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Drawing.c
index 572f4510650575a4d33acf22809295d777100dc7..2f1312aad21c1fa7de4fa044ac8e24f5417ba94b 100644 (file)
@@ -349,7 +349,7 @@ void Drawing_Insert_Square(Drawing_t *Drawing,
 
        /* add an empty square */
        gdk_draw_rectangle (Pixmap,
-               Drawing->Drawing_Area_V->style->white_gc,
+               Drawing->Drawing_Area_V->style->black_gc,
                TRUE,
                0, y,
                Drawing->width, // do not overlap
This page took 0.025112 seconds and 4 git commands to generate.