mirror of
https://github.com/euphy/polargraphcontroller
synced 2025-01-09 19:55:16 +01:00
Moved message log presentation into queue.
This commit is contained in:
parent
8222d2a8ce
commit
014dc62ffc
@ -762,7 +762,6 @@ void drawImagePage()
|
|||||||
drawStatusText((int)statusTextPosition.x, (int)statusTextPosition.y);
|
drawStatusText((int)statusTextPosition.x, (int)statusTextPosition.y);
|
||||||
|
|
||||||
showCommandQueue((int) getDisplayMachine().getOutline().getRight()+6, 20);
|
showCommandQueue((int) getDisplayMachine().getOutline().getRight()+6, 20);
|
||||||
showmachineMessageLog((int) getDisplayMachine().getOutline().getRight()+306, 20);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void drawMachineOutline()
|
void drawMachineOutline()
|
||||||
@ -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.
|
// 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());
|
println("Caught the pesky ConcurrentModificationException: " + cme.getMessage());
|
||||||
}
|
}
|
||||||
|
showmachineMessageLog(rightEdgeOfQueue, 20);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void drawCommandQueueStatus(int x, int y, int tSize)
|
void drawCommandQueueStatus(int x, int y, int tSize)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user