GP-1717 - Fixed Plate Comment rending bugs

This commit is contained in:
dragonmacher 2022-01-28 19:06:10 -05:00
parent c3c20d9e0f
commit 087529c448
5 changed files with 247 additions and 253 deletions

View file

@ -143,7 +143,7 @@ public interface Field {
* the given data
* @param row the text row
* @param col the character position
* @return tru if valid
* @return true if valid
*/
public boolean isValid(int row, int col);