mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-19 23:25:09 -05:00
Fix event frame window visibility issue
This commit is contained in:
@@ -2060,8 +2060,8 @@ void MainWindow::updateSelectedObjects() {
|
||||
scrollTarget->setWidget(target);
|
||||
|
||||
for (QFrame *frame : frames) {
|
||||
frame->show();
|
||||
layout->addWidget(frame);
|
||||
frame->show();
|
||||
}
|
||||
|
||||
layout->addStretch(1);
|
||||
|
||||
Reference in New Issue
Block a user