From ff0af6fdbade73dc1933e8bbe727da6f992ea007 Mon Sep 17 00:00:00 2001 From: whitequark Date: Mon, 23 Jan 2017 11:15:37 +0000 Subject: [PATCH] Fix a typo in 495a7ac. --- src/export.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/export.cpp b/src/export.cpp index 4c34811d..b2dda192 100644 --- a/src/export.cpp +++ b/src/export.cpp @@ -1119,6 +1119,5 @@ void SolveSpaceUI::ExportMeshAsThreeJsTo(FILE *f, const std::string &filename, void SolveSpaceUI::ExportAsPngTo(const std::string &filename) { screenshotFile = filename; // The rest of the work is done in the next redraw. - SS.GW.Paint(); + InvalidateGraphics(); } -