Skip to content

Commit

Permalink
Fix a typo in 495a7ac.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jan 23, 2017
1 parent 495a7ac commit ff0af6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit ff0af6f

Please sign in to comment.