mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 18:30:50 +00:00
Issue #330: protection against adding the same multiple cyrillic characters doesn't work
This commit is contained in:
@@ -303,7 +303,6 @@ public class GraphFrame extends AppFrame {
|
||||
}
|
||||
|
||||
private void setVisibleSize(Dimension dim) {
|
||||
|
||||
setSize(new Dimension(dim.width + frameWidthDiff, dim.height + frameHeightDiff));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user