Strip trailing whitespace.
This commit is contained in:
parent
0d72daac2e
commit
132f4cc671
2 changed files with 2 additions and 2 deletions
|
@ -2986,7 +2986,7 @@ WML_HANDLER_FUNCTION(switch, event_info, cfg)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
WML_HANDLER_FUNCTION(open_help, /*event_info*/, cfg)
|
||||
{
|
||||
game_display &screen = *resources::screen;
|
||||
|
|
|
@ -607,7 +607,7 @@ void tlobby_main::update_playerlist()
|
|||
* @todo See whether this invalidate can be removed.
|
||||
*
|
||||
* It should be possible but once done the clicking on the sort oder of the
|
||||
* players in an empty lobby seems to crash with a not sized userpanel
|
||||
* players in an empty lobby seems to crash with a not sized userpanel
|
||||
* size {-1, -1, 0, 0}.
|
||||
*/
|
||||
window_->invalidate_layout();
|
||||
|
|
Loading…
Add table
Reference in a new issue