rewrote config class; cleanup; code restructuring
svn-id: r4903
This commit is contained in:
parent
943de561bf
commit
523d8e64c0
36 changed files with 882 additions and 648 deletions
|
@ -231,7 +231,7 @@ void ListWidget::drawWidget(bool hilite)
|
|||
|
||||
buffer += _list[pos];
|
||||
|
||||
gui->drawString(buffer, _x+5, _y+2 + LINE_HEIGHT * i, _w - 10,
|
||||
gui->drawString(buffer.c_str(), _x+5, _y+2 + LINE_HEIGHT * i, _w - 10,
|
||||
(_selectedItem == pos && _hasFocus) ? gui->_textcolorhi : gui->_textcolor);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue