Skip to content

Commit

Permalink
Fix symbol's size/width not being updated in GUI on load
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Mar 26, 2014
1 parent 8bb1304 commit f68e47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/symbology-ng/qgssymbolslistwidget.cpp
Expand Up @@ -107,8 +107,8 @@ QgsSymbolsListWidget::QgsSymbolsListWidget( QgsSymbolV2* symbol, QgsStyleV2* sty
// Live color updates are not undoable to child symbol layers
btnColor->setAcceptLiveUpdates( false );
btnColor->setColorDialogOptions( QColorDialog::ShowAlphaChannel );
// Set symbol color in btnColor
updateSymbolColor();

updateSymbolInfo();
}

void QgsSymbolsListWidget::populateGroups( QString parent, QString prepend )
Expand Down

0 comments on commit f68e47f

Please sign in to comment.