From d724088a1c346ee2e01e5cdec9c9ca4a92e8c12b Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 23 Jun 2013 15:32:09 +0000 Subject: (svn r25442) -Codechange: move height and ascender information into the FontCache instances --- src/company_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/company_gui.cpp') diff --git a/src/company_gui.cpp b/src/company_gui.cpp index b763aa363..1c75fc30a 100644 --- a/src/company_gui.cpp +++ b/src/company_gui.cpp @@ -526,7 +526,7 @@ public: uint Height(uint width) const { - return max(FONT_HEIGHT_NORMAL, (byte)14); + return max(FONT_HEIGHT_NORMAL, 14); } bool Selectable() const -- cgit v1.2.3-54-g00ecf