]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/src/pump.cpp
cuando se eliminann items las compuetas ponen sus estados de las salidas o entradas...
[z.facultad/75.42/plaqui.git] / Constructor / src / pump.cpp
index cafa7d5f039e8ee9c0c300bd9d924a7e935ba9ff..793df76fd89da3c43e5356d02625dff2851b4875 100644 (file)
@@ -73,11 +73,10 @@ bool Pump::on_button_press_event(GdkEventButton *event)
                        }
                        CItem::gate_id = -1;
                }
-               char f[10];
+               char f[20];
                Glib::ustring text;
-               sprintf(f,"%.1f",entrega);
-               text = name+"  Entrega: ";
-               text += f;
+               sprintf(f,"  Entrega:%.1f",entrega);
+               text = name+f;
                status_bar->push ( text, 0);
        }