Skip to content

Commit

Permalink
Make sure svg marker gui is updated when new svg selected via browser
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 4, 2016
1 parent f6f4518 commit 9c91dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/symbology-ng/qgssymbollayerv2widget.cpp
Expand Up @@ -1838,6 +1838,7 @@ void QgsSvgMarkerSymbolLayerV2Widget::on_mFileToolButton_clicked()
mFileLineEdit->setText( file );
mLayer->setPath( file );
s.setValue( "/UI/lastSVGMarkerDir", fi.absolutePath() );
setGuiForSvg( mLayer );
emit changed();
}

Expand Down

0 comments on commit 9c91dd2

Please sign in to comment.