#1172 Well Alloc plot: Sorted the tracers according to contribution.

This commit is contained in:
Jacob Støren
2017-02-13 13:34:08 +01:00
parent 92f4abe7c2
commit df35335744
4 changed files with 33 additions and 10 deletions

View File

@@ -143,6 +143,7 @@ void RiuWellAllocationPlot::addLegendItem(const QString& name, const cvf::Color3
m_legendWidget->addItem(name, sliceColor, value);
m_legendWidget->updateGeometry();
m_legendWidget->update();
}