mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-04 04:04:28 +00:00
Edit text leading fixed (#922 Edit text rendering: position is wrong)
This commit is contained in:
@@ -1059,7 +1059,7 @@ public class DefineEditTextTag extends TextTag {
|
||||
|
||||
List<TEXTRECORD> allTextRecords = new ArrayList<>();
|
||||
int lastHeight = 0;
|
||||
int yOffset = 0;
|
||||
int yOffset = -leading;
|
||||
for (List<SameStyleTextRecord> line : lines) {
|
||||
int width = 0;
|
||||
int currentOffset = 0;
|
||||
|
||||
Reference in New Issue
Block a user