aboutsummaryrefslogtreecommitdiff
path: root/src/charselect.cpp
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-02-24 10:26:56 -0600
committerGitHub <noreply@github.com>2021-02-24 10:26:56 -0600
commita64241a0f0f05967f58650d9f1b0f35f861ce45a (patch)
tree91770d2b15e91d83496babbd13b107a9b278869c /src/charselect.cpp
parentf1eb91a612ac1406d53b84ee5bad4fa83d78a09f (diff)
parent5ac95ada564f11419441eca32907aef7ec16dd90 (diff)
Merge pull request #473 from AttorneyOnline/fix/everything
Fix change character lag, bg resizing and repos weirdness, inconsistent behavior, sticker setting etc.
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)