Skip to content

Commit

Permalink
Merge pull request #22644 from cbjeukendrup/430_fix_popupview_problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Eism authored May 1, 2024
2 parents f2bf2bd + 24a2088 commit f037257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/uicomponents/view/popupview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void PopupView::init()
return;
}

m_window = new PopupWindow_QQuickView(this);
m_window = new PopupWindow_QQuickView();
m_window->init(engine, isDialog(), frameless());
m_window->setOnHidden([this]() { onHidden(); });
m_window->setContent(m_component, m_contentItem);
Expand Down

0 comments on commit f037257

Please sign in to comment.