Skip to content

Commit 4546646

Browse files
committedJun 30, 2011
Adapt svg param elements also if going via the line edit
1 parent ae6fb04 commit 4546646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/gui/symbology-ng/qgssymbollayerv2widget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ void QgsSvgMarkerSymbolLayerV2Widget::on_mFileLineEdit_textEdited( const QString
695695
return;
696696
}
697697
mLayer->setPath( text );
698+
setGuiForSvg( mLayer );
698699
emit changed();
699700
}
700701

0 commit comments

Comments
 (0)
Please sign in to comment.