Skip to content

Commit

Permalink
Moved message log presentation into queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
euphy committed Aug 2, 2014
1 parent 8222d2a commit 014dc62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion polargraphcontroller.pde
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,6 @@ void drawImagePage()
drawStatusText((int)statusTextPosition.x, (int)statusTextPosition.y);

showCommandQueue((int) getDisplayMachine().getOutline().getRight()+6, 20);
showmachineMessageLog((int) getDisplayMachine().getOutline().getRight()+306, 20);
}

void drawMachineOutline()
Expand Down Expand Up @@ -2179,6 +2178,8 @@ void showCommandQueue(int xPos, int yPos)
// not doing anything with this exception - I don't mind if it's wrong on the screen for a second or two.
println("Caught the pesky ConcurrentModificationException: " + cme.getMessage());
}
showmachineMessageLog(rightEdgeOfQueue, 20);

}

void drawCommandQueueStatus(int x, int y, int tSize)
Expand Down

0 comments on commit 014dc62

Please sign in to comment.