trackeditor: fix segment length changing when selecting it

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9112 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
iobyte 2023-07-20 14:35:55 +00:00
parent c6215e9f19
commit 5c3db013fd
2 changed files with 2 additions and 2 deletions

View File

@ -484,8 +484,8 @@ public class SegmentSlider extends JPanel
{
getTextField().setText(nf.format(value));
getTextField().setCaretPosition(0);
valueChanged();
}
valueChanged();
}
public synchronized void removeSliderListener(SliderListener l)

View File

@ -34,7 +34,7 @@ public class Properties
private static Properties instance = new Properties();
private Vector<ActionListener> propertiesListeners = new Vector<ActionListener>();
public final String title = "sd2-trackeditor";
public final String version = "1.3.12";
public final String version = "1.3.13";
private String path;
private double imageScale = 1;