You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( 0 == mDiagramAttributesTreeWidget->topLevelItemCount() )
492
492
{
493
-
QMessageBox::warning( this, tr( "No attributes added." ),
494
-
tr( "You did not add any attributes to this diagram layer. Please specify the attributes to visualize on the diagrams or disable diagrams." ), QMessageBox::Ok );
493
+
QgisApp::instance()->messageBar()->pushMessage(
494
+
tr( "Diagrams: No attributes added." ),
495
+
tr( "You did not add any attributes to this diagram layer. Please specify the attributes to visualize on the diagrams or disable diagrams." ),
0 commit comments