#3337 Make sure well log plots maintain legend order if you hide and show items.

This commit is contained in:
Gaute Lindkvist
2018-09-07 13:39:50 +02:00
parent bdcdf49269
commit 612409ac59
8 changed files with 83 additions and 16 deletions

View File

@@ -98,6 +98,7 @@ public:
void recreateViewer();
void detachAllCurves();
void reattachAllCurves();
void loadDataAndUpdate();
@@ -141,6 +142,7 @@ public:
void setFormationsForCaseWithSimWellOnly(bool caseWithSimWellOnly);
void updateAxisAndGridTickIntervals();
void updateAllLegendItems();
private:
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue) override;
void updateParentPlotLayout();