Skip to content

Commit

Permalink
tlobby_main: hide Close button for Lobby room instead of disabling it
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 23, 2016
1 parent 494cc72 commit 6bdb62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/lobby/lobby.cpp
Expand Up @@ -1103,7 +1103,7 @@ tlobby_chat_window* tlobby_main::search_create_window(const std::string& name,
this, row_index));

if(name == "lobby") {
close_button.set_active(false);
close_button.set_visible(tcontrol::tvisible::hidden);
}

return &open_windows_.back();
Expand Down

0 comments on commit 6bdb62d

Please sign in to comment.