Skip to content

Commit

Permalink
Adapt svg param elements also if going via the line edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jun 30, 2011
1 parent ae6fb04 commit 4546646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/symbology-ng/qgssymbollayerv2widget.cpp
Expand Up @@ -695,6 +695,7 @@ void QgsSvgMarkerSymbolLayerV2Widget::on_mFileLineEdit_textEdited( const QString
return;
}
mLayer->setPath( text );
setGuiForSvg( mLayer );
emit changed();
}

Expand Down

0 comments on commit 4546646

Please sign in to comment.