Fix event frame window visibility issue

This commit is contained in:
Marcus Huderle 2022-10-15 12:49:29 -05:00
parent d433641bee
commit 36de7b63ff

View file

@ -2060,8 +2060,8 @@ void MainWindow::updateSelectedObjects() {
scrollTarget->setWidget(target);
for (QFrame *frame : frames) {
frame->show();
layout->addWidget(frame);
frame->show();
}
layout->addStretch(1);