X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/f85e6b00bd29ddff6067db8c6d4c56f53bcf4c0b..8e0b92d947f09e5e4c00f49218aa1ba9ebc4dcb3:/Constructor/src/drain.cpp diff --git a/Constructor/src/drain.cpp b/Constructor/src/drain.cpp index 9eefcef..202c6f3 100644 --- a/Constructor/src/drain.cpp +++ b/Constructor/src/drain.cpp @@ -2,6 +2,7 @@ Drain::Drain(int orientacion) { + in_x = -1; imageE = Gdk::Pixbuf::create_from_file(PACKAGE_DATA_DIR"/plaqui-constructor/pixmaps/drain_e.png"); imageO = Gdk::Pixbuf::create_from_file(PACKAGE_DATA_DIR"/plaqui-constructor/pixmaps/drain_o.png"); imageN = Gdk::Pixbuf::create_from_file(PACKAGE_DATA_DIR"/plaqui-constructor/pixmaps/drain_n.png"); @@ -40,8 +41,10 @@ Drain::~Drain() bool Drain::on_button_press_event(GdkEventButton *event) { - if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 1)) + if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 1)) { combo_entry->set_text(name); + WorkPlace::pointed = ID; + } if ((event->type == GDK_BUTTON_PRESS) && ( event->button ==2)){ image = null;