diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2024-08-25 10:54:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-25 17:54:32 +0200 |
| commit | dad625ccd43fd5526d94e50ac3973da1a1f60cd3 (patch) | |
| tree | 822fed8d10efedcba53466617cae036a874f53f9 /src/courtroom.cpp | |
| parent | 552ccc38d6d5cc0c4956267616cbc3cf9c06d528 (diff) | |
Explicitly show widgets when positioning them (#1040)
Diffstat (limited to 'src/courtroom.cpp')
| -rw-r--r-- | src/courtroom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 1009cb58..135f681f 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -1341,6 +1341,7 @@ void Courtroom::set_size_and_pos(QWidget *p_widget, QString p_identifier, QStrin } else { + p_widget->show(); p_widget->move(design_ini_result.x, design_ini_result.y); p_widget->resize(design_ini_result.width, design_ini_result.height); } |
