X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/d4d9e7169ed68ba75024ab23f773fbb168ef2e55..645302842b66aa3736a57add25bb30771de71701:/Constructor/src/drain.cpp?ds=inline diff --git a/Constructor/src/drain.cpp b/Constructor/src/drain.cpp index 202c6f3..3154ded 100644 --- a/Constructor/src/drain.cpp +++ b/Constructor/src/drain.cpp @@ -42,7 +42,10 @@ Drain::~Drain() bool Drain::on_button_press_event(GdkEventButton *event) { if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 1)) { - 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(); WorkPlace::pointed = ID; }