display scales

This commit is contained in:
Paul Leroy
2022-10-17 17:33:15 +02:00
parent 42d282b844
commit bfb64326bb
7 changed files with 54 additions and 18 deletions
+3 -2
View File
@@ -700,11 +700,12 @@ bool Tools::LoadFile( const QString& filename,
bool badFeatures = false;
for (int lineNumber = 1; ; ++lineNumber)
{
if (stream.atEnd())
break;
QString line = stream.readLine();
if (line.isNull())
{
//eof
break;
continue;
}
if (line.startsWith("#"))