mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 05:40:45 +00:00
[#1354] Various FLA export problem fixes
This commit is contained in:
@@ -341,8 +341,10 @@ public class LineMarkedEditorPane extends UndoFixedEditorPane implements LinkHan
|
||||
Rectangle r;
|
||||
try {
|
||||
r = modelToView(pos);
|
||||
if (lastPos.x < r.x) {
|
||||
pos--;
|
||||
if (r != null) {
|
||||
if (lastPos.x < r.x) {
|
||||
pos--;
|
||||
}
|
||||
}
|
||||
} catch (BadLocationException ex) {
|
||||
//ignore
|
||||
|
||||
Reference in New Issue
Block a user