jbush001 / WaveView

Digital Waveform Viewer
Apache License 2.0
16 stars 3 forks source link

Exception thrown if user zooms out too far #12

Open jbush001 opened 7 years ago

jbush001 commented 7 years ago

Keep hitting the zoom out button, eventually will throw exception out of paint:

Exception in thread "AWT-EventQueue-0" java.lang.ArithmeticException: / by zero at waveview.TimescalePanel.paintComponent(TimescalePanel.java:149) at javax.swing.JComponent.paint(JComponent.java:1056)