trackeditor: revert r9112 because it is not the right fix
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9115 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 2ca1441ce5eb69908c602c1548650fd4c281e5d3 Former-commit-id: 311ca53b795c448f0f35e290f1e0a3ea29b1c624
This commit is contained in:
parent
bc555161f6
commit
5f3e1ec8ea
2 changed files with 2 additions and 2 deletions
|
@ -484,8 +484,8 @@ public class SegmentSlider extends JPanel
|
||||||
{
|
{
|
||||||
getTextField().setText(nf.format(value));
|
getTextField().setText(nf.format(value));
|
||||||
getTextField().setCaretPosition(0);
|
getTextField().setCaretPosition(0);
|
||||||
valueChanged();
|
|
||||||
}
|
}
|
||||||
|
valueChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
public synchronized void removeSliderListener(SliderListener l)
|
public synchronized void removeSliderListener(SliderListener l)
|
||||||
|
|
|
@ -34,7 +34,7 @@ public class Properties
|
||||||
private static Properties instance = new Properties();
|
private static Properties instance = new Properties();
|
||||||
private Vector<ActionListener> propertiesListeners = new Vector<ActionListener>();
|
private Vector<ActionListener> propertiesListeners = new Vector<ActionListener>();
|
||||||
public final String title = "sd2-trackeditor";
|
public final String title = "sd2-trackeditor";
|
||||||
public final String version = "1.3.14";
|
public final String version = "1.3.15";
|
||||||
private String path;
|
private String path;
|
||||||
|
|
||||||
private double imageScale = 1;
|
private double imageScale = 1;
|
||||||
|
|
Loading…
Reference in a new issue