create "Show errors" checkbox, making it possible to hide/show simulation aborts.

I'm following the lead of the design window "Show warnings" checkbox here, and leaving the checkbox present even if there are no errors.
This commit is contained in:
JoePfeiffer 2024-01-09 14:31:05 -07:00
parent 48526af8b8
commit 1dda428b2f

View File

@ -808,7 +808,7 @@ public class SimulationPlot {
}
/**
* Is there really no way to set an annotation invisible? This class kludges provides a way
* Is there really no way to set an annotation invisible? This class provides a way
* to select at most one from a set of annotations and make it visible.
*/
private class ErrorAnnotationSet {