From e42845962de0c4ad12a676b504c612fd48483ed9 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 19 Feb 2013 16:59:35 +0000 Subject: Minor fix for listbox code --- gui/listbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/listbox.cpp b/gui/listbox.cpp index 5dd2a2db6..263f82f90 100644 --- a/gui/listbox.cpp +++ b/gui/listbox.cpp @@ -44,7 +44,7 @@ GUIListBox::GUIListBox(xml_node<>* node) int header_separator_color_specified = 0, header_separator_height_specified = 0, header_text_color_specified = 0, header_background_color_specified = 0; mStart = mLineSpacing = startY = mFontHeight = mSeparatorH = scrollingY = scrollingSpeed = 0; - mIconWidth = mIconHeight = mSelectedIconHeight = mSelectedIconHeight = mUnselectedIconWidth = mUnselectedIconWidth = mHeaderIconHeight = mHeaderIconWidth = 0; + mIconWidth = mIconHeight = mSelectedIconHeight = mSelectedIconWidth = mUnselectedIconHeight = mUnselectedIconWidth = mHeaderIconHeight = mHeaderIconWidth = 0; mHeaderSeparatorH = mLineHeight = mHeaderIsStatic = mHeaderH = actualLineHeight = 0; mIconSelected = mIconUnselected = mBackground = mFont = mHeaderIcon = NULL; mBackgroundX = mBackgroundY = mBackgroundW = mBackgroundH = 0; -- cgit v1.2.3