X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/4ac79a1d1914c71cd3d15853f4b15f5646885412..2686d511ecfa9bdd0693fc3e1c8320e52188beb4:/Constructor/cistern.cpp diff --git a/Constructor/cistern.cpp b/Constructor/cistern.cpp index c71b849..0cd46d8 100644 --- a/Constructor/cistern.cpp +++ b/Constructor/cistern.cpp @@ -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; }