mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 16:05:05 +00:00
UI thread invoke fixes/improvements
This commit is contained in:
@@ -111,9 +111,7 @@ public class SearchResultsDialog<E> extends AppDialog {
|
||||
|
||||
private void gotoElement() {
|
||||
if (resultsList.getSelectedIndex() != -1) {
|
||||
View.execInEventDispatchLater(() -> {
|
||||
listener.updateSearchPos(resultsList.getSelectedValue());
|
||||
});
|
||||
listener.updateSearchPos(resultsList.getSelectedValue());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user