trackeditor: fix object edit

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9193 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
iobyte 2023-10-31 17:22:52 +00:00
parent 672b65864c
commit 6080f6d811
2 changed files with 1 additions and 7 deletions

View File

@ -564,12 +564,6 @@ public class TrackObjectDialog extends JDialog
return;
}
if (objectMapComboBox.getSelectedIndex() == -1)
{
JOptionPane.showMessageDialog(this, "No object map selected!", "Error", JOptionPane.ERROR_MESSAGE);
return;
}
setRGB(rgb);
if (objectShape != null)

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.22";
public final String version = "1.3.23";
private String path;
private double imageScale = 1;