aboutsummaryrefslogtreecommitdiff
path: root/src/charselect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/charselect.cpp')
-rw-r--r--src/charselect.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charselect.cpp b/src/charselect.cpp
index 4f3ba991..510d8c0a 100644
--- a/src/charselect.cpp
+++ b/src/charselect.cpp
@@ -177,7 +177,8 @@ void Courtroom::char_clicked(int n_char)
}
else {
update_character(n_char);
- set_widgets(); // so we don't erroneously keep the charselect's fixedSize
+ enter_courtroom();
+ set_courtroom_size();
}
if (n_char != -1)