Remove another invalidate layout call.
Not 100% sure whether it will work properly so comment it out instead of really removing.
This commit is contained in:
parent
4651d2bc52
commit
8007a19c89
1 changed files with 2 additions and 1 deletions
|
@ -603,7 +603,8 @@ void tlobby_main::update_playerlist()
|
|||
player_list_.other_rooms.auto_hide();
|
||||
player_list_.other_games.auto_hide();
|
||||
|
||||
window_->invalidate_layout();
|
||||
// Invalidation seems no longer be needed.
|
||||
// window_->invalidate_layout();
|
||||
player_list_dirty_ = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue