trackeditor: fix unexpected segment length changes

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9224 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
iobyte 2023-12-06 17:38:08 +00:00
parent 8448db6bec
commit 0e1e18d94f
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.27";
public final String version = "1.3.28";
private String path;
private double imageScale = 1;