mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Multiaxis: add support for Qwt multiaxis plot
This commit is contained in:
committed by
Kristian Bendiksen
parent
22d6e3f853
commit
dde0487024
@@ -15,7 +15,7 @@
|
||||
RiuQwtScalePicker::RiuQwtScalePicker( QwtPlot* plot )
|
||||
: QObject( plot )
|
||||
{
|
||||
for ( uint i = 0; i < QwtPlot::axisCnt; i++ )
|
||||
for ( uint i = 0; i < QwtAxis::AxisPositions; i++ )
|
||||
{
|
||||
QwtScaleWidget* scaleWidget = plot->axisWidget( i );
|
||||
if ( scaleWidget ) scaleWidget->installEventFilter( this );
|
||||
|
||||
Reference in New Issue
Block a user