]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/cistern.cpp
Se vuelve a poner el flag de debug, lo cambie sin querer el commit pasado.
[z.facultad/75.42/plaqui.git] / Constructor / cistern.cpp
index 1764a406c7e3cc8a9c90d2c097766be980d5b7f9..14954432d94f98730168761ee476db33af5df69d 100644 (file)
@@ -49,6 +49,8 @@ bool Cistern::on_button_press_event(GdkEventButton *event)
        }
        
        if ((event->type == GDK_2BUTTON_PRESS) && (event->button ==1)){
+               cistern_pty_wnd->spin_caudal->set_value((double)x);
+               cistern_pty_wnd->spin_fluido_max->set_value((double)y);
                cistern_pty_wnd->show();
        }               
        return true;
@@ -64,8 +66,9 @@ void Cistern::on_menu_popup_rotar()
 
 void Cistern::on_menu_popup_propiedades()
 {
-       cistern_pty_wnd->spin_caudal->set_value(caudal);
-       cistern_pty_wnd->spin_fluido_max->set_value(fluido_max);
+//     cistern_pty_wnd->spin_caudal->set_value(caudal);
+//     cistern_pty_wnd->spin_fluido_max->set_value(fluido_max);
+       std::cout<< "posicion = "<< x <<" "<< y <<std::endl;
        GdkEventButton event; 
                event.type = GDK_2BUTTON_PRESS;
                event.button = 1;