TDC label to images

This commit is contained in:
rusefillc 2020-12-14 12:55:45 -05:00
parent 431bdf8f94
commit 3155a15a13
1 changed files with 1 additions and 1 deletions

View File

@ -244,9 +244,9 @@ public class TriggerImage {
2 * tdcMarkRadius,
2 * tdcMarkRadius);
g.drawString("TDC", middle + smallX + tdcMarkRadius * 2, middle + smallY);
}
for (int i = 0; i < wheel.size(); i++) {
TriggerSignal current = wheel.get(i);