mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 00:55:37 +00:00
Fixed: #2450 Morphshape replace button/menu is not working (throws exception due to missing icon)
This commit is contained in:
@@ -4936,7 +4936,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
}
|
||||
|
||||
public boolean replaceMorphShape(MorphShapeTag morphShape, boolean create, boolean fill) {
|
||||
File fileStart = showImportFileChooser("filter.images|*.jpg;*.jpeg;*.gif;*.png;*.bmp;*.svg", true, AppStrings.translate("dialog.morphshape.startShape"));
|
||||
File fileStart = showImportFileChooser("filter.images|*.jpg;*.jpeg;*.gif;*.png;*.bmp;*.svg", true, AppStrings.translate("dialog.morphshape.startShape"), "importmorphshape");
|
||||
if (fileStart == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user