MP Staging: removed gender tooltip (resolves #2998)
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.
This commit is contained in:
parent
6cc91794f5
commit
3d8d38983d
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue