Fix crashing png export on Linux.

This commit is contained in:
tamasmeszaros 2018-05-25 15:01:57 +02:00
parent 56db426de7
commit 5fe83110cb
2 changed files with 15 additions and 12 deletions

View file

@ -325,7 +325,7 @@ public:
double width_mm, double height_mm);
void print_to_png(std::string dirpath) {
// Will need some GUI dialogue perhaps for these to be specified.
// Will need some GUI dialog perhaps for these to be specified.
print_to_png(dirpath, 1440, 2560, 68.0, 120.0);
}