Fix event frame window visibility issue
This commit is contained in:
parent
d433641bee
commit
36de7b63ff
1 changed files with 1 additions and 1 deletions
|
@ -2060,8 +2060,8 @@ void MainWindow::updateSelectedObjects() {
|
|||
scrollTarget->setWidget(target);
|
||||
|
||||
for (QFrame *frame : frames) {
|
||||
frame->show();
|
||||
layout->addWidget(frame);
|
||||
frame->show();
|
||||
}
|
||||
|
||||
layout->addStretch(1);
|
||||
|
|
Loading…
Reference in a new issue