mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix for checked state
This commit is contained in:
@@ -116,7 +116,8 @@ RiuRelativePermeabilityPlotPanel::RiuRelativePermeabilityPlotPanel( QDockWidget*
|
||||
m_fixedXAxisCheckBox->setChecked( true );
|
||||
m_fixedLeftYAxisCheckBox->setChecked( true );
|
||||
|
||||
QCheckBox* showCurveSelection = new QCheckBox( "Show Curve Selection", false );
|
||||
QCheckBox* showCurveSelection = new QCheckBox( "Show Curve Selection" );
|
||||
showCurveSelection->setCheckState( Qt::Unchecked );
|
||||
connect( showCurveSelection, SIGNAL( stateChanged( int ) ), SLOT( slotShowCurveSelectionWidgets( int ) ) );
|
||||
|
||||
QVBoxLayout* leftLayout = new QVBoxLayout;
|
||||
|
||||
Reference in New Issue
Block a user