Skip to content

Commit dcc0171

Browse files
committed
[composer] Fix missing descriptions for composition data defined buttons on initial composer load
1 parent d4b8c40 commit dcc0171

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/composer/qgscompositionwidget.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ QgsCompositionWidget::QgsCompositionWidget( QWidget* parent, QgsComposition* c )
112112
connect( mPaperOrientationDDBtn, SIGNAL( dataDefinedActivated( bool ) ), this, SLOT( updateDataDefinedProperty( ) ) );
113113
connect( mPaperOrientationDDBtn, SIGNAL( dataDefinedActivated( bool ) ), mPaperOrientationComboBox, SLOT( setDisabled( bool ) ) );
114114

115+
//initialize data defined buttons
116+
populateDataDefinedButtons();
117+
115118
blockSignals( false );
116119
}
117120

0 commit comments

Comments
 (0)