mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
RiuQwtPlotWidget: fix actions on selection of axis.
This commit is contained in:
@@ -1043,7 +1043,7 @@ void RimWellLogTrack::updateZoomFromParentPlot()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellLogTrack::onAxisSelected( int axis, bool toggle )
|
||||
void RimWellLogTrack::onAxisSelected( RiuPlotAxis axis, bool toggle )
|
||||
{
|
||||
if ( toggle )
|
||||
{
|
||||
|
||||
@@ -210,7 +210,7 @@ public:
|
||||
|
||||
QString asciiDataForPlotExport() const override;
|
||||
|
||||
void onAxisSelected( int axis, bool toggle ) override;
|
||||
void onAxisSelected( RiuPlotAxis axis, bool toggle ) override;
|
||||
void onChildDeleted( caf::PdmChildArrayFieldHandle* childArray,
|
||||
std::vector<caf::PdmObjectHandle*>& referringObjects ) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user