Skip to content

Commit

Permalink
Added redraw() calls to Writer procedures.
Browse files Browse the repository at this point in the history
  • Loading branch information
clothbot committed Aug 26, 2010
1 parent def2170 commit c801704
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SuperSkein.pde
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ class STLLoadProc implements Runnable{
MeshHeight=STLFile.bz2-STLFile.bz1;
STLLoadFraction = 1.1;
STLLoadedFlag = true;
redraw();
}
}
}
Expand Down Expand Up @@ -367,6 +368,7 @@ class FileWriteProc implements Runnable{

MeshHeight=STLFile.bz2-STLFile.bz1;
STLLoadedFlag = true;
redraw();
}
}
}
Expand Down Expand Up @@ -474,6 +476,7 @@ class DXFWriteProc implements Runnable{

MeshHeight=STLFile.bz2-STLFile.bz1;
STLLoadedFlag = true;
redraw();
}
}
}
Expand Down

0 comments on commit c801704

Please sign in to comment.