we can show dots
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Draw_Item.c
index 4a6d6d2af729437828d2a816d3d33a376dced7ba..6dcf0a48004392e77a9eb50a8219afa452825c78 100644 (file)
@@ -293,8 +293,8 @@ gboolean draw_arc( void *hook_data, void *call_data)
                                                        Draw_Context->Current->modify_over->x,
                                                        Draw_Context->Current->modify_over->y,
                                                        Properties->size, Properties->size, 0, 360*64);
+                       g_critical("I draw arc over, x: %i, y: %i", Draw_Context->Current->modify_over->x, Draw_Context->Current->modify_over->y);
                        Draw_Context->Current->modify_over->x += Properties->size;
-               
                        break;
                case MIDDLE:
                        gdk_draw_arc(Draw_Context->drawable, Draw_Context->gc,
This page took 0.022377 seconds and 4 git commands to generate.