aboutsummaryrefslogtreecommitdiff
path: root/src/charselect.cpp
diff options
context:
space:
mode:
authorin1tiate <32779090+in1tiate@users.noreply.github.com>2020-07-29 17:38:34 -0500
committerGitHub <noreply@github.com>2020-07-29 17:38:34 -0500
commit949a32390338bd4fe4e6e55b5608382b33bbfb12 (patch)
tree03b0ab6266dd22ef7221293400b02827f53e9a29 /src/charselect.cpp
parentfc9fe6b34b98dfc3a3b3aa3e342a638019071f45 (diff)
Fix showname placeholder text and shout button after changing characters (#147)
Diffstat (limited to 'src/charselect.cpp')
-rw-r--r--src/charselect.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/charselect.cpp b/src/charselect.cpp
index d003b34d..77e2c95a 100644
--- a/src/charselect.cpp
+++ b/src/charselect.cpp
@@ -144,8 +144,6 @@ void Courtroom::char_clicked(int n_char)
update_character(n_char);
enter_courtroom();
-
- ui_ic_chat_name->setPlaceholderText(char_list.at(n_char).name);
}
void Courtroom::put_button_in_place(int starting, int chars_on_this_page)