fix determination of number of columns

This commit is contained in:
wmayer
2017-09-24 21:33:34 +02:00
parent 0816fd1bba
commit 270d1ab175

View File

@@ -198,6 +198,9 @@ std::string DrawViewSpreadsheet::getSheetImage(void)
for (int j=rows.back()+1; j<=endrow; ++j) {
rows.push_back(j);
}
// after the first digit there will be no letter any more
break;
}
}
} catch (std::exception) {