Better naming of legend configuration properties

This commit is contained in:
Bjørnar Grip Fjær
2017-04-25 10:11:42 +02:00
parent 19b9afe4cb
commit 68cb4ab54f
2 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ RimPlotCurve::RimPlotCurve()
CAF_PDM_InitField(&m_symbolSkipPixelDistance, "SymbolSkipPxDist", 0.0f, "Symbol Skip Distance", "", "Minimum pixel distance between symbols", "");
CAF_PDM_InitField(&m_showLegend, "ShowLegend", true, "Show Legend", "", "", "");
CAF_PDM_InitField(&m_showLegend, "ShowLegend", true, "Contribute To Legend", "", "", "");
m_qwtPlotCurve = new RiuLineSegmentQwtPlotCurve;