X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fentry.cpp;h=f21aacbd07beff04c64aae4be124bdfab4e138fd;hp=12eff06ae4ffbc542e3b80726242b60ea03ee4ee;hb=b61361ee9f1f049fb3c22a38f68c757c7ca54cd0;hpb=601e9fbcfdb26b53aff4d44805bb596f0b73208a diff --git a/source/entry.cpp b/source/entry.cpp index 12eff06..f21aacb 100644 --- a/source/entry.cpp +++ b/source/entry.cpp @@ -102,7 +102,7 @@ void Entry::set_multiline(bool m) void Entry::rebuild_special(const Part &part) { if(part.get_name()=="text") - text.build(part, geom, first_row, part_cache); + text.build(part, state, geom, first_row, part_cache); else if(part.get_name()=="cursor") { const Graphic *graphic = part.get_graphic(state);