trackeditor: fix segment slider editing
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9048 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 75736f3e949440f8909382a13f02ad9d533621d9 Former-commit-id: f5d55369a74e98b8d6c165cb883472597416b366
This commit is contained in:
parent
9c3d171541
commit
27a0dc9609
2 changed files with 2 additions and 1 deletions
|
@ -91,6 +91,7 @@ public class SegmentSlider extends JPanel
|
|||
this.parent = this.getParent();
|
||||
new SliderLink();
|
||||
setValue(value);
|
||||
setOptional(optional);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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.2.52";
|
||||
public final String version = "1.2.53";
|
||||
private String path;
|
||||
|
||||
private double imageScale = 1;
|
||||
|
|
Loading…
Reference in a new issue