Fixed: Flash viewer - strokes scaling, cropped strokes

This commit is contained in:
Jindra Petřík
2021-03-14 20:47:23 +01:00
parent a1c7b26b9d
commit f073a6615e
25 changed files with 360 additions and 37 deletions

View File

@@ -3981,6 +3981,11 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
@Override
public void replaceTag(int index, Tag newTag) {
}
@Override
public RECT getRectWithStrokes() {
return getRect();
}
};
}