X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fdropdown.cpp;h=50aced9fe9fcaafd4317884ea4b370caa2395b03;hp=2aac55ec511dc184b5d7952901ebc7bbe5b6ece0;hb=b61361ee9f1f049fb3c22a38f68c757c7ca54cd0;hpb=601e9fbcfdb26b53aff4d44805bb596f0b73208a diff --git a/source/dropdown.cpp b/source/dropdown.cpp index 2aac55e..50aced9 100644 --- a/source/dropdown.cpp +++ b/source/dropdown.cpp @@ -72,7 +72,7 @@ void Dropdown::set_selected_index(int index) void Dropdown::rebuild_special(const Part &part) { if(part.get_name()=="text") - text.build(part, geom, part_cache); + text.build(part, state, geom, part_cache); else Widget::rebuild_special(part); }