]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/entry.cpp
Update text information when widget style changes
[libs/gltk.git] / source / entry.cpp
index f5037215592e1a45143ab8b305cf563007c7dbe0..496a79d0da017421361126742ec9ad76ad6fcae9 100644 (file)
@@ -84,6 +84,11 @@ void Entry::render_special(const Part &part) const
        }
 }
 
+void Entry::on_style_change()
+{
+       text.update_style();
+}
+
 
 Entry::Loader::Loader(Entry &ent):
        Widget::Loader(ent)