mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3297 Make casing shoe a right-angled triangle and refactor symbols
* Put plot symbol enum inside the symbol class. * Put line style enums inside the line class. * Add custom capability.
This commit is contained in:
@@ -725,7 +725,7 @@ void RimWellPltPlot::addStackedCurve(const QString& curveName,
|
||||
if (curveGroupId == 0)
|
||||
{
|
||||
curve->setDoFillCurve(true);
|
||||
curve->setSymbol(RimPlotCurve::SYMBOL_NONE);
|
||||
curve->setSymbol(RiuQwtSymbol::SYMBOL_NONE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user