fix determination of number of columns

This commit is contained in:
wmayer
2017-09-24 21:33:34 +02:00
parent 2f59c18664
commit 46c0266591

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) {