Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Expand ZipItem in foreground (fixes #21268)
(cherry picked from commit 407adc7)
  • Loading branch information
jef-n committed Feb 15, 2019
1 parent 550a010 commit ef508c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -4808,7 +4808,7 @@ bool QgisApp::askUserForZipItemLayers( const QString &path )
if ( ! zipItem )
return false;

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

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

0 comments on commit ef508c0

Please sign in to comment.