Skip to content
Snippets Groups Projects
Commit 08329632 authored by Anian Bühler's avatar Anian Bühler
Browse files

removed "all"-Filter in "save Image as"

parent 80a7182a
No related branches found
No related tags found
No related merge requests found
......@@ -848,6 +848,7 @@ public class OpenblocksFrame extends JFrame
FileNameExtensionFilter filterPNG = new FileNameExtensionFilter("png", "png");
fc.setFileFilter(filterPNG);
fc.setAcceptAllFileFilterUsed(false);
System.out.println("Name"+context.getSaveFileName());
if(context.getSaveFileName().contains(".")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment