Skip to content

Commit

Permalink
Expand curve editor if enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 22, 2017
1 parent 5c42c76 commit 1688ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgspropertyassistantwidget.cpp
Expand Up @@ -55,6 +55,7 @@ QgsPropertyAssistantWidget::QgsPropertyAssistantWidget( QWidget* parent ,
if ( initialState.transformer()->curveTransform() )
{
mTransformCurveCheckBox->setChecked( true );
mTransformCurveCheckBox->setCollapsed( false );
mCurveEditor->setCurve( *initialState.transformer()->curveTransform() );
}
}
Expand Down

0 comments on commit 1688ff5

Please sign in to comment.