mirror of
https://github.com/huderlem/porymap.git
synced 2026-04-23 01:57:35 -05:00
Fix event frame window visibility issue
This commit is contained in:
parent
d433641bee
commit
36de7b63ff
|
|
@ -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 New Issue
Block a user