Fixed: #2450 Morphshape replace button/menu is not working (throws exception due to missing icon)

This commit is contained in:
Jindra Petřík
2025-05-01 09:30:12 +02:00
parent a685719d88
commit 598294de9c
2 changed files with 3 additions and 1 deletions

View File

@@ -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;
}