mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix incorrect comparison for majorTickMarkCount in RimMultiPlot::fieldChangedByUi.
This commit is contained in:
parent
b5fe00ec09
commit
656010ffb9
@ -532,7 +532,7 @@ void RimMultiPlot::fieldChangedByUi( const caf::PdmFieldHandle* changedField, co
|
||||
updateLayout();
|
||||
RiuPlotMainWindowTools::refreshToolbars();
|
||||
}
|
||||
else if ( changedField = &m_majorTickmarkCount )
|
||||
else if ( changedField == &m_majorTickmarkCount )
|
||||
{
|
||||
for ( RimPlot* plot : plots() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user