Fixed refreshing when menu::set_width( ) was used.
This commit is contained in:
parent
810e6c18bf
commit
c7f91dfbe4
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ void menu::set_width(int w)
|
|||
{
|
||||
width_ = w;
|
||||
set_loc(x_, y_);
|
||||
itemRects_.clear();
|
||||
}
|
||||
|
||||
void menu::redraw()
|
||||
|
|
Loading…
Add table
Reference in a new issue