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:
@@ -23,7 +23,7 @@
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RiuRimQwtPlotCurve::RiuRimQwtPlotCurve(RimPlotCurve* ownerRimCurve, const QString &title /*= QString::null*/)
|
||||
: RiuLineSegmentQwtPlotCurve(title)
|
||||
: RiuQwtPlotCurve(title)
|
||||
, m_ownerRimCurve(ownerRimCurve)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user