now, main window resize will change the scale, not time interval
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Draw_Item.c
index 4a6d6d2af729437828d2a816d3d33a376dced7ba..72536e7fe46fb5e572001ff2d5a2bfee4886e336 100644 (file)
@@ -294,7 +294,6 @@ gboolean draw_arc( void *hook_data, void *call_data)
                                                        Draw_Context->Current->modify_over->y,
                                                        Properties->size, Properties->size, 0, 360*64);
                        Draw_Context->Current->modify_over->x += Properties->size;
-               
                        break;
                case MIDDLE:
                        gdk_draw_arc(Draw_Context->drawable, Draw_Context->gc,
This page took 0.022614 seconds and 4 git commands to generate.