mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
RimPlotAxisProperties: reset "always required" bool on reload.
This commit is contained in:
parent
449b4e4781
commit
1407c6f96f
@ -489,6 +489,7 @@ caf::FontTools::FontSize RimPlotAxisProperties::plotFontSize() const
|
||||
void RimPlotAxisProperties::initAfterRead()
|
||||
{
|
||||
updateOptionSensitivity();
|
||||
m_isAlwaysRequired = m_plotAxisIndex == 0;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user