Player Info: removed an invalidate_layout call

This commit is contained in:
Charles Dang 2016-08-30 07:28:18 +11:00
parent c4a7ca291b
commit e5cbc0cb7b
2 changed files with 2 additions and 5 deletions

View file

@ -56,14 +56,12 @@
[column]
border = "all"
border_size = 5
horizontal_alignment = "left"
horizontal_grow = "true"
[label]
definition = "default"
id = "location_info"
[/label]
[/column]
[/row]
[/grid]
[/column]
@ -71,7 +69,7 @@
[row]
[column]
horizontal_alignment = "left"
horizontal_grow = "true"
border = "all"
border_size = 5
[label]

View file

@ -158,7 +158,6 @@ void tlobby_player_info::update_relation(twindow& w)
default:
relation_->set_label(_("Error"));
}
w.invalidate_layout();
}
void tlobby_player_info::add_to_friends_button_callback(twindow& w)