Skip to content

Commit

Permalink
Fix uptodate flag; remove spurious directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed Jul 30, 2018
1 parent aba57e5 commit 2157692
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ GUI/*/__pycache__
/opsymbols.h
/types.symbols.h
*.dSYM
.DS_Store

### TeX-related
## Core latex/pdflatex auxiliary files:
Expand Down
Binary file removed GUI/res/.DS_Store
Binary file not shown.
3 changes: 1 addition & 2 deletions base/plain_shipout.asy
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ void shipout(string prefix=defaultfilename, picture pic=currentpicture,
string options="", string script="",
light light=currentlight, projection P=currentprojection)
{
pic.uptodate=true;
if(!uptodate()) {
bool inlinetex=settings.inlinetex;
bool prc=prc(format);
Expand All @@ -134,8 +135,6 @@ void shipout(string prefix=defaultfilename, picture pic=currentpicture,
shipout(prefix,orientation(f),format,wait,view,t);
settings.inlinetex=inlinetex;
}

pic.uptodate=true;
}

void newpage(picture pic=currentpicture)
Expand Down

0 comments on commit 2157692

Please sign in to comment.