Skip to content

Commit f68e47f

Browse files
committed
Fix symbol's size/width not being updated in GUI on load
1 parent 8bb1304 commit f68e47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gui/symbology-ng/qgssymbolslistwidget.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ QgsSymbolsListWidget::QgsSymbolsListWidget( QgsSymbolV2* symbol, QgsStyleV2* sty
107107
// Live color updates are not undoable to child symbol layers
108108
btnColor->setAcceptLiveUpdates( false );
109109
btnColor->setColorDialogOptions( QColorDialog::ShowAlphaChannel );
110-
// Set symbol color in btnColor
111-
updateSymbolColor();
110+
111+
updateSymbolInfo();
112112
}
113113

114114
void QgsSymbolsListWidget::populateGroups( QString parent, QString prepend )

0 commit comments

Comments
 (0)