Clear line edit when content do not match

This commit is contained in:
Magne Sjaastad
2019-10-24 10:04:42 +02:00
parent 1935451242
commit 580d826922
3 changed files with 92 additions and 73 deletions

View File

@@ -1432,6 +1432,8 @@ void RimSummaryPlot::onLoadDataAndUpdate()
if ( m_qwtPlot ) m_qwtPlot->updateLegend();
this->updateAxes();
m_textCurveSetEditor->updateTextFilter();
}
//--------------------------------------------------------------------------------------------------