fixed bug where clicking a menu item could generate multiple events
This commit is contained in:
parent
d2cb04046e
commit
dfcc536791
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ bool theme::set_resolution(const SDL_Rect& screen)
|
|||
panels_.clear();
|
||||
labels_.clear();
|
||||
status_.clear();
|
||||
menus_.clear();
|
||||
|
||||
const config& cfg = **current;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue