Explicitly show widgets when positioning them (#1040)

This commit is contained in:
in1tiate 2024-08-25 10:54:32 -05:00 committed by GitHub
parent 552ccc38d6
commit dad625ccd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}