mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 16:41:53 +00:00
split panes simplified (base class stores the position)
This commit is contained in:
@@ -498,13 +498,6 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
|
||||
|
||||
@Override
|
||||
public void caretUpdate(final CaretEvent e) {
|
||||
if (!SwingUtilities.isEventDispatchThread()) {
|
||||
View.execInEventDispatch(() -> {
|
||||
caretUpdate(e);
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
ABC abc = getABC();
|
||||
if (abc == null) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user