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 1956467 commit 9a28b51Copy full SHA for 9a28b51
src/app/qgslayerstylingwidget.cpp
@@ -280,10 +280,10 @@ void QgsLayerStylingWidget::redo()
280
281
void QgsLayerStylingWidget::updateCurrentWidgetLayer()
282
{
283
- mBlockAutoApply = true;
284
-
285
if ( !mCurrentLayer )
286
- return;
+ return; // non-spatial are ignored in setLayer()
+
+ mBlockAutoApply = true;
287
288
mUndoWidget->setUndoStack( mCurrentLayer->undoStackStyles() );
289
Thanks
1 commit comments
NathanW2 commentedon Jun 30, 2016
Thanks