Skip to content

Commit d68b82e

Browse files
author
mhugent
committed
Fix for label not restored in single symbol dialog, bug #599
git-svn-id: http://svn.osgeo.org/qgis/trunk@6613 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c3decb7 commit d68b82e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/qgssinglesymboldialog.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@ void QgsSingleSymbolDialog::apply()
312312

313313
void QgsSingleSymbolDialog::set ( const QgsSymbol *sy )
314314
{
315+
//set label
316+
317+
mLabelEdit->setText(sy->label());
318+
315319
// Set point symbol
316320
for ( uint i = 0; i < mMarkers.size(); i++ ) {
317321
if ( mMarkers[i] == sy->pointSymbolName() ) {

0 commit comments

Comments
 (0)