Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Expand ZipItem in foreground (fixes #21268)
  • Loading branch information
jef-n committed Feb 15, 2019
1 parent 7980cef commit 407adc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -4867,7 +4867,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 407adc7

Please sign in to comment.