Skip to content

Commit 4b7be2a

Browse files
committed
fix #6225
1 parent eda71f5 commit 4b7be2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/app/qgisapp.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,6 +2509,12 @@ bool QgisApp::askUserForZipItemLayers( QString path )
25092509
}
25102510
}
25112511

2512+
if ( childItems.isEmpty() )
2513+
{
2514+
// return true so dialog doesn't popup again (#6225) - hopefully this doesn't create other trouble
2515+
ok = true;
2516+
}
2517+
25122518
// add childItems
25132519
foreach ( QgsDataItem* item, childItems )
25142520
{

0 commit comments

Comments
 (0)