Skip to content

Commit

Permalink
MP Staging: removed gender tooltip (resolves #2998)
Browse files Browse the repository at this point in the history
I had only added it originally in case someone didn't know the symbols offhand,
but sevu is right that they can get a bit annoying.
  • Loading branch information
Vultraz committed May 31, 2018
1 parent 6cc9179 commit 3d8d389
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/dialogs/multiplayer/mp_staging.cpp
Expand Up @@ -453,9 +453,7 @@ void mp_staging::update_leader_display(ng::side_engine_ptr side, grid& row_grid)
const std::string gender_icon = formatter() << "icons/icon-" << current_gender << ".png";

image& icon = find_widget<image>(&row_grid, "leader_gender", false);

icon.set_label(gender_icon);
icon.set_tooltip(current_gender);
}
}

Expand Down

0 comments on commit 3d8d389

Please sign in to comment.