X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/33a5f978014e65a402a3d376c7e47bd8ee8ab8ab..a5a397e1a0bed104e92e72da4f4e38017ca36fac:/Client/src/item.cpp diff --git a/Client/src/item.cpp b/Client/src/item.cpp index 6bbaf1d..be4e47d 100644 --- a/Client/src/item.cpp +++ b/Client/src/item.cpp @@ -10,6 +10,9 @@ ViewItem::ViewItem(Glib::ustring _name):Gtk::EventBox(),image() actual_flow = -1; add(image); + open = false; + actual_flow = extra = 0; + image.signal_expose_event().connect( SigC::slot(*this, &ViewItem::on_image_expose_event) ); }