]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/src/splitter.cpp
Se agrega drenaje copado
[z.facultad/75.42/plaqui.git] / Constructor / src / splitter.cpp
index ea7f2d41c31896acbc912f531ef330f76c04a3dc..0169d19dca296cf4c595add452ceba0c868afff9 100644 (file)
@@ -45,6 +45,12 @@ bool Splitter::on_button_press_event(GdkEventButton *event)
                combo_entry->get_entry()->set_text (name);
                workplace->queue_draw();
                WorkPlace::pointed = ID;
                combo_entry->get_entry()->set_text (name);
                workplace->queue_draw();
                WorkPlace::pointed = ID;
+               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)){