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:
Mark de Wever 2009-11-15 13:30:48 +00:00
parent 4651d2bc52
commit 8007a19c89

View file

@ -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;
}