Skip to content

Commit

Permalink
Immediately update map view after symbol style is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 4, 2020
1 parent 73eda80 commit 1927ec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/3d/qgspointcloud3dsymbolwidget.cpp
Expand Up @@ -165,6 +165,8 @@ void QgsPointCloud3DSymbolWidget::onRenderingStyleChanged()
mPointSizeFrame->setVisible( true );
break;
}

emitChangedSignal();
}

void QgsPointCloud3DSymbolWidget::emitChangedSignal()
Expand Down

0 comments on commit 1927ec4

Please sign in to comment.