From b441ee120b62acf89404f9d2c2a6f4579f2e01b5 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Tue, 12 Aug 2003 00:20:47 +0000 Subject: update --- src/TextTheme.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TextTheme.cc b/src/TextTheme.cc index b90da0d..b54adcf 100644 --- a/src/TextTheme.cc +++ b/src/TextTheme.cc @@ -20,7 +20,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: TextTheme.cc,v 1.1 2003/08/11 14:28:38 fluxgen Exp $ +// $Id: TextTheme.cc,v 1.2 2003/08/12 00:20:47 fluxgen Exp $ #include "TextTheme.hh" @@ -38,6 +38,7 @@ TextTheme::TextTheme(FbTk::Theme &theme, theme.screenNum()), 0, 0)) { // load default font m_font->load("fixed"); + update(); } TextTheme::~TextTheme() { -- cgit v0.11.2