neil 7 years ago
parent
commit
f0fcb3fc95
  1. 7
      designer_base/src/com/fr/design/mainframe/loghandler/LogHandlerBar.java

7
designer_base/src/com/fr/design/mainframe/loghandler/LogHandlerBar.java

@ -108,9 +108,10 @@ public class LogHandlerBar extends JPanel implements ItemSelectable {
};
if (timer != null) {
timer.addActionListener(taskAction);
if (timer != null) {
timer.start();
}
}
// taskAction里还有可能置空timer.
if (timer != null) {
timer.start();
}
}

Loading…
Cancel
Save