Skip to content

Commit 45baa62

Browse files
in1tiateoldmud0
authored andcommitted
set tooltips of char buttons to char names
1 parent 3d3de26 commit 45baa62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/charselect.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ void Courtroom::character_loading_finished()
209209
char_button->reset();
210210
char_button->hide();
211211
char_button->set_image(char_list.at(n).name);
212+
char_button->setToolTip(char_list.at(n).name);
212213
ui_char_button_list.append(char_button);
213214

214215
connect(char_button, &AOCharButton::clicked,

0 commit comments

Comments
 (0)