]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/src/union.cpp
-Los cables que van a las compuertas se posicionan en la entrada o salida y no en...
[z.facultad/75.42/plaqui.git] / Constructor / src / union.cpp
index d130c7a517386aff9137a66ebb26c787a24b88d1..d9c36b9f6e437df5cdf09bfc7f56830ecd4fad75 100644 (file)
@@ -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;