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 341947e commit 4810c73Copy full SHA for 4810c73
src/providers/wms/qgswmsdataitems.cpp
@@ -496,8 +496,7 @@ void QgsXyzTileRootItem::newConnection()
496
return;
497
498
QgsXyzConnectionUtils::addConnection( dlg.connection() );
499
-
500
- refresh();
+ refreshConnections();
501
}
502
#endif
503
@@ -537,13 +536,13 @@ void QgsXyzLayerItem::editConnection()
537
536
QgsXyzConnectionUtils::deleteConnection( mName );
538
539
540
- mParent->refresh();
+ mParent->refreshConnections();
541
542
543
void QgsXyzLayerItem::deleteConnection()
544
{
545
546
547
548
549
0 commit comments