mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-27 00:16:51 +00:00
Issue #395 Fixed adding characters to GFx fonts
No to all fix (Adding characters when exists)
This commit is contained in:
@@ -2315,7 +2315,8 @@ public class MainFrame extends AppRibbonFrame implements ActionListener, TreeSel
|
||||
if (opt == 3) {
|
||||
notoall = true;
|
||||
}
|
||||
} else if (yestoall) {
|
||||
}
|
||||
if (yestoall) {
|
||||
opt = 0; //yes
|
||||
} else if (notoall) {
|
||||
opt = 1; //no
|
||||
|
||||
Reference in New Issue
Block a user