Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
able to open FLO-2D files
  • Loading branch information
PeterPetrik committed Oct 1, 2021
1 parent f76af64 commit 23de7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/mdal/qgsmdalprovider.cpp
Expand Up @@ -657,6 +657,7 @@ void QgsMdalProvider::fileMeshExtensions( QStringList &fileMeshExtensions,
for ( auto ext : extensions )
{
ext.remove( QStringLiteral( "*." ) );
ext = ext.toLower();
if ( isMeshDriver )
fileMeshExtensions += ext;
else
Expand Down

0 comments on commit 23de7b8

Please sign in to comment.