OSDN Git Service

fix: fix not activating queue select button.
authorhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Wed, 15 Sep 2021 08:16:04 +0000 (17:16 +0900)
committerhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Wed, 15 Sep 2021 08:16:04 +0000 (17:16 +0900)
src/com/ranfa/main/DelesteRandomSelector.java

index dedfb14..cc37839 100644 (file)
@@ -139,6 +139,12 @@ public class DelesteRandomSelector extends JFrame {
                        }
                };
                Runnable setEnabled = () -> {
+                       try {
+                               Thread.sleep(1000);
+                       } catch (InterruptedException e1) {
+                               // TODO 自動生成された catch ブロック
+                               e1.printStackTrace();
+                       }
                        btnImport.setEnabled(true);
                        btnImport.setText("<html><body>楽曲<br>絞り込み</body></html>");
                };