mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 14:45:50 +00:00
#841 Loop control for sound preview
This commit is contained in:
@@ -313,12 +313,8 @@ public class TextPanel extends JPanel {
|
||||
|
||||
public void updateSearchPos() {
|
||||
textValue.setCaretPosition(0);
|
||||
View.execInEventDispatchLater(new Runnable() {
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
textSearchPanel.showQuickFindDialog(textValue);
|
||||
}
|
||||
View.execInEventDispatchLater(() -> {
|
||||
textSearchPanel.showQuickFindDialog(textValue);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user