]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/cistern.cpp
Corregido el typo reportado por ricky.
[z.facultad/75.42/plaqui.git] / Constructor / cistern.cpp
index c71b849a0c4e3cf58fcd429eab4ae5db6da6d846..0cd46d8b13869edbb668e3e552fc6f490c3d5832 100644 (file)
@@ -47,10 +47,7 @@ bool Cistern::on_button_press_event(GdkEventButton *event)
        }
        
        if ((event->type == GDK_2BUTTON_PRESS) && (event->button ==1)){
-               if( property_wnd->is_open() == false ){
-                       property_wnd->show();
-                       property_wnd->set_open (true);
-               } 
+               property_wnd->show();
        }               
        return true;
 }