checkstyle fix

This commit is contained in:
Jindra Petřík
2023-10-15 21:58:51 +02:00
parent 82535c8942
commit 4ee5934c33

View File

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