Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for label not restored in single symbol dialog, bug #599
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6613 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Feb 17, 2007
1 parent 9bbbd97 commit e9d2097
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/qgssinglesymboldialog.cpp
Expand Up @@ -312,6 +312,10 @@ void QgsSingleSymbolDialog::apply()

void QgsSingleSymbolDialog::set ( const QgsSymbol *sy )
{
//set label

mLabelEdit->setText(sy->label());

// Set point symbol
for ( uint i = 0; i < mMarkers.size(); i++ ) {
if ( mMarkers[i] == sy->pointSymbolName() ) {
Expand Down

0 comments on commit e9d2097

Please sign in to comment.