diff options
Diffstat (limited to 'gui/listbox.cpp')
-rw-r--r-- | gui/listbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/listbox.cpp b/gui/listbox.cpp index e09ec5391..851b37348 100644 --- a/gui/listbox.cpp +++ b/gui/listbox.cpp @@ -271,7 +271,7 @@ GUIListBox::GUIListBox(xml_node<>* node) : GUIObject(node) } // Retrieve the line height - gr_getFontDetails(mFont ? mFont->GetResource() : NULL, &mFontHeight, NULL); + mFontHeight = gr_getMaxFontHeight(mFont ? mFont->GetResource() : NULL); mLineHeight = mFontHeight; mHeaderH = mFontHeight; |