mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Invert default isCurveHighlightSupported flag for RimPlot
- Make default flag = false, thus highlighting must be activated - To prevent unwanted logic for new RimPlot objects - Activate highlighting for RimSummaryPlot, RimVfpPlot and RimCorrelationMatrixPlot
This commit is contained in:
committed by
Magne Sjaastad
parent
3c296202c2
commit
e3a347ccaa
@@ -250,14 +250,6 @@ QImage RimWellAllocationOverTimePlot::snapshotWindowContent()
|
||||
return image;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RimWellAllocationOverTimePlot::isCurveHighlightSupported() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -62,8 +62,6 @@ public:
|
||||
TIME_STEP_COUNT,
|
||||
};
|
||||
|
||||
bool isCurveHighlightSupported() const override;
|
||||
|
||||
public:
|
||||
RimWellAllocationOverTimePlot();
|
||||
~RimWellAllocationOverTimePlot() override;
|
||||
|
||||
Reference in New Issue
Block a user