X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/4ac79a1d1914c71cd3d15853f4b15f5646885412..235ee3a1e830ab839163ad2585c11d760bcd841c:/Constructor/conduct.cpp?ds=sidebyside diff --git a/Constructor/conduct.cpp b/Constructor/conduct.cpp index 4b7fa17..a28aa79 100644 --- a/Constructor/conduct.cpp +++ b/Constructor/conduct.cpp @@ -16,7 +16,6 @@ Conduct::Conduct() catch(const Gnome::Glade::XmlError &ex) { std::cerr << ex.what() << std::endl; } - //tengo que crear una clase para esta ventana..!!! ref->get_widget_derived("conduct_pty_wnd",property_wnd); } @@ -49,10 +48,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; }