rectangle draw : need modif to the main window so the module known it's ready for...
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV.c
index 2233e33240f005b6e5a8d3115fd549a092365092..aae13cf7aa9fe401900b7253d111a404eaf67b85 100644 (file)
@@ -147,7 +147,12 @@ GuiControlFlow(void)
                        
        g_slist_append(gControl_Flow_Data_List,Control_Flow_Data);
 
-       send_test_data(Control_Flow_Data->Process_List);
+       //FIXME : data sent too fast. The widget must be 
+       //inserted in the main window before the Drawing area
+       //can be configured (and this must happend bedore sending
+       //data)
+       send_test_data(Control_Flow_Data->Process_List,
+                       Control_Flow_Data->Drawing);
        
        return Control_Flow_Data;
 
This page took 0.02423 seconds and 4 git commands to generate.