Legend config: Do not show two configs when loading new case

This commit is contained in:
Magne Sjaastad
2014-06-13 08:12:45 +02:00
parent a29a388df2
commit 6a20f16de1
4 changed files with 25 additions and 8 deletions

View File

@@ -174,8 +174,8 @@ RimReservoirView::RimReservoirView()
this->cellResult()->setReservoirView(this);
this->cellResult()->legendConfig()->setReservoirView(this);
this->cellResult()->legendConfig()->setPosition(cvf::Vec2ui(10, 120));
this->cellEdgeResult()->setReservoirView(this);
this->cellEdgeResult()->legendConfig()->setReservoirView(this);
this->cellEdgeResult()->legendConfig()->setPosition(cvf::Vec2ui(10, 320));