workaround for counting item length, will fix it later

This commit is contained in:
unknown
2008-08-15 21:52:19 +02:00
parent ea3778da7c
commit bb10209124
3 changed files with 4 additions and 5 deletions

View File

@@ -368,12 +368,11 @@ void Menu::Refresh(bool redraw_whole_window)
line++;
if (*it == itsHighlight && itsHighlightEnabled)
{
Reverse(0);
SetColor(itsBaseColor);
}
if (itsOptions[*it]->is_bold)
Bold(0);
SetColor(itsBaseColor);
}
NeedsRedraw.clear();
wrefresh(itsWindow);