X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/65e0e3da6246674b0014c3a7c10aeecb61499725..ea7708f0d91b00a54cc5f136a67e9f9bd272329d:/Constructor/src/not.cpp?ds=sidebyside diff --git a/Constructor/src/not.cpp b/Constructor/src/not.cpp index 463a91a..0a7c8c7 100644 --- a/Constructor/src/not.cpp +++ b/Constructor/src/not.cpp @@ -30,7 +30,10 @@ bool Not::on_button_press_event(GdkEventButton *event) CItem::gate_id = ID; WorkPlace::pointed = ID; } - combo_entry->set_text(name); + list_pointed->push_back(name); + combo_entry->set_popdown_strings(*list_pointed); + combo_entry->get_entry()->set_text (name); + workplace->queue_draw(); } if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 2)){