mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3337 Make sure well log plots maintain legend order if you hide and show items.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user