Skip to content

Commit ef508c0

Browse files
committed
Expand ZipItem in foreground (fixes #21268)
(cherry picked from commit 407adc7)
1 parent 550a010 commit ef508c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4808,7 +4808,7 @@ bool QgisApp::askUserForZipItemLayers( const QString &path )
48084808
if ( ! zipItem )
48094809
return false;
48104810

4811-
zipItem->populate();
4811+
zipItem->populate( true );
48124812
QgsDebugMsg( QStringLiteral( "Path= %1 got zipitem with %2 children" ).arg( path ).arg( zipItem->rowCount() ) );
48134813

48144814
// if 1 or 0 child found, exit so a normal item is created by gdal or ogr provider

0 commit comments

Comments
 (0)