Skip to content

Commit

Permalink
Fix for #599 also for 0.8 branch
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6614 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Feb 17, 2007
1 parent d25fa0c commit 75ddee5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/qgssinglesymboldialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,9 @@ void QgsSingleSymbolDialog::apply()

void QgsSingleSymbolDialog::set ( const QgsSymbol *sy )
{
//set label
mLabelEdit->setText(sy->label());

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

0 comments on commit 75ddee5

Please sign in to comment.