Fixed refreshing when menu::set_width( ) was used.

This commit is contained in:
Sofronius 2003-11-22 13:04:04 +00:00
parent 810e6c18bf
commit c7f91dfbe4

View file

@ -85,6 +85,7 @@ void menu::set_width(int w)
{
width_ = w;
set_loc(x_, y_);
itemRects_.clear();
}
void menu::redraw()