Skip to content

Commit

Permalink
fix musescore#16849: Do not delete content item in PopupView
Browse files Browse the repository at this point in the history
  • Loading branch information
adazem009 committed Jul 11, 2023
1 parent a2537bc commit bb4507c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/framework/uicomponents/view/popupview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ PopupView::~PopupView()
if (m_window) {
m_window->setOnHidden(std::function<void()>());
}
m_contentItem->deleteLater();

if (m_closeController) {
delete m_closeController;
Expand Down

0 comments on commit bb4507c

Please sign in to comment.