]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/src/conduct.cpp
se arregla el bug de la NOT
[z.facultad/75.42/plaqui.git] / Constructor / src / conduct.cpp
index 769e94397e855125a6674c955e1ede48fd9b029e..f58d6c032f47a5af33d991b2586f01a56dec6e83 100644 (file)
@@ -37,6 +37,12 @@ bool Conduct::on_button_press_event(GdkEventButton *event)
                WorkPlace::pointed = ID;
                combo_entry->get_entry()->set_text (name);
                workplace->queue_draw();
                WorkPlace::pointed = ID;
                combo_entry->get_entry()->set_text (name);
                workplace->queue_draw();
+               char f[10];
+               Glib::ustring text;
+               sprintf(f,"%.1f",caudal_max);
+               text = name+"  Caudal Maximo: ";
+               text += f;
+               status_bar->push ( text, 0);
        }
        
        if ((event->type == GDK_BUTTON_PRESS) && ( event->button ==2)){
        }
        
        if ((event->type == GDK_BUTTON_PRESS) && ( event->button ==2)){