Skip to content
Snippets Groups Projects
Commit 9a0baca9 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner property editor: we have to hide the non active widget

parent d797eb43
No related branches found
No related tags found
No related merge requests found
...@@ -789,6 +789,7 @@ void WidgetLoader::setSource(const QUrl &source) ...@@ -789,6 +789,7 @@ void WidgetLoader::setSource(const QUrl &source)
if (m_widget) { if (m_widget) {
//m_widget->deleteLater(); //m_widget->deleteLater();
m_widget->hide();
m_widget = 0; m_widget = 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment