X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/f85e6b00bd29ddff6067db8c6d4c56f53bcf4c0b..57ae549a3b51ba148315ff4e64da089203cc7c02:/Constructor/src/union.cpp diff --git a/Constructor/src/union.cpp b/Constructor/src/union.cpp index d130c7a..d9c36b9 100644 --- a/Constructor/src/union.cpp +++ b/Constructor/src/union.cpp @@ -43,8 +43,10 @@ Union::~Union() bool Union::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;