]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/conduct.cpp
- saco estos archivos porque no los uso y me molestan
[z.facultad/75.42/plaqui.git] / Constructor / conduct.cpp
index 4b7fa17032c46822b554a42c12db99f3862dfba0..d10c0c542d02bfe2b7d0e5f788ef15cd9df8736d 100644 (file)
@@ -49,10 +49,7 @@ bool Conduct::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);
-               } 
        }
        return true;
 }