Skip to content
Snippets Groups Projects
Commit ce3a5dc4 authored by ZaOniRinku's avatar ZaOniRinku Committed by Mathias Paulin
Browse files

fix filter nodes by name needing update

parent 65ab3c09
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ void FilterRenderObjectNameModel::restore( QJsonObject const& p ) { ...@@ -64,6 +64,7 @@ void FilterRenderObjectNameModel::restore( QJsonObject const& p ) {
QString str = n.toString(); QString str = n.toString();
m_lineEdit->setText( str ); m_lineEdit->setText( str );
m_node->setNameToFilter( str.toStdString() );
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment