From 9efd32d13ce11aedf020cd2ce9eddc2ccaa72d32 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 12 Jul 2009 12:19:41 +0000 Subject: (svn r16798) -Fix [FS#3016]: Added several new widget distances for better widget size computations. --- src/gfx.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gfx.cpp') diff --git a/src/gfx.cpp b/src/gfx.cpp index 482427a72..58373d898 100644 --- a/src/gfx.cpp +++ b/src/gfx.cpp @@ -20,6 +20,7 @@ #include "network/network_func.h" #include "core/smallvec_type.hpp" #include "thread.h" +#include "window_func.h" #include "table/palettes.h" #include "table/sprites.h" @@ -1227,6 +1228,8 @@ void LoadStringWidthTable() for (i = 0; i != 224; i++) { _stringwidth_table[FS_LARGE][i] = GetGlyphWidth(FS_LARGE, i + 32); } + + ReInitAllWindows(); } /** -- cgit v1.2.3-54-g00ecf