mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 04:15:11 +00:00
checkstyle fix
This commit is contained in:
@@ -2106,6 +2106,7 @@ public class PreviewPanel extends JPersistentSplitPane implements TagEditorPanel
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
private boolean checkRectLarge(RECT rect) {
|
||||
if (rect.isTooLarge()) {
|
||||
ViewMessages.showMessageDialog(this, AppStrings.translate("error.shapeTooLarge"), AppStrings.translate("error"), JOptionPane.ERROR_MESSAGE);
|
||||
|
||||
Reference in New Issue
Block a user