X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/07b9abd79bb3f097d8bf67d217d077a7da4b1e46..3a8788fb198a1e0590823745f39fbff81056db09:/Constructor/item.cpp diff --git a/Constructor/item.cpp b/Constructor/item.cpp index 5eb5721..c08f894 100644 --- a/Constructor/item.cpp +++ b/Constructor/item.cpp @@ -13,6 +13,7 @@ CItem::CItem() ref = Gnome::Glade::Xml::create("constructor.glade", "item_pty_wnd"); ref->get_widget_derived("item_pty_wnd",property_wnd); caudal_max = 0.0; + is_union = true; property_wnd->item = this; menu_image_propiedades.set(Gtk::Stock::PREFERENCES, Gtk::ICON_SIZE_MENU); menu_image_delete.set(Gtk::Stock::CANCEL, Gtk::ICON_SIZE_MENU);