RimPlotAxisProperties: reset "always required" bool on reload.

This commit is contained in:
Kristian Bendiksen 2022-04-04 15:50:01 +02:00
parent 449b4e4781
commit 1407c6f96f

View File

@ -489,6 +489,7 @@ caf::FontTools::FontSize RimPlotAxisProperties::plotFontSize() const
void RimPlotAxisProperties::initAfterRead()
{
updateOptionSensitivity();
m_isAlwaysRequired = m_plotAxisIndex == 0;
}
//--------------------------------------------------------------------------------------------------