X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/4ac79a1d1914c71cd3d15853f4b15f5646885412..e963d0f06ef9f5002bd3083cea62e7590323623f:/Constructor/conduct.cpp diff --git a/Constructor/conduct.cpp b/Constructor/conduct.cpp index 4b7fa17..d10c0c5 100644 --- a/Constructor/conduct.cpp +++ b/Constructor/conduct.cpp @@ -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; }