X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/63715b9ec8f3b126b4e495a4c4485cd68fd6973a..ee2cb3d6c26ae319d20bde28f415393e96611ece:/Constructor/src/or.cpp diff --git a/Constructor/src/or.cpp b/Constructor/src/or.cpp index 1d1534b..2dd66a0 100644 --- a/Constructor/src/or.cpp +++ b/Constructor/src/or.cpp @@ -20,8 +20,12 @@ Or::~Or() bool Or::on_button_press_event(GdkEventButton *event) { - if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 1)) + if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 1)) { + if (CItem::logic_connect) + CItem::quien = ID; combo_entry->set_text(name); + WorkPlace::pointed = ID; + } if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 2)){ image = null;