We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c3decb7 commit d68b82eCopy full SHA for d68b82e
src/app/qgssinglesymboldialog.cpp
@@ -312,6 +312,10 @@ void QgsSingleSymbolDialog::apply()
312
313
void QgsSingleSymbolDialog::set ( const QgsSymbol *sy )
314
{
315
+ //set label
316
+
317
+ mLabelEdit->setText(sy->label());
318
319
// Set point symbol
320
for ( uint i = 0; i < mMarkers.size(); i++ ) {
321
if ( mMarkers[i] == sy->pointSymbolName() ) {
0 commit comments