X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdropdown.cpp;h=1084612304f03b68a303af130aa2b3bd3b1b2f82;hb=878faa0c9283ee1e6e5e67b6ea1324cc52385742;hp=f922001e2db0764c38000ec046bb9cd1c53150e4;hpb=7286d604956ddffcbfa2df6567de866f3d5df3a2;p=libs%2Fgltk.git diff --git a/source/dropdown.cpp b/source/dropdown.cpp index f922001..1084612 100644 --- a/source/dropdown.cpp +++ b/source/dropdown.cpp @@ -191,7 +191,7 @@ void Dropdown::list_item_selected(unsigned index) text.set(list.get_data().get_string(index)); signal_item_selected.emit(index); - rebuild(); + mark_rebuild(); } void Dropdown::list_selection_cleared()