Browse Source

Merge pull request #1129 in DESIGN/design from ~VITO/c-design:feature/10.0 to feature/10.0

* commit '6bd4ee87aeb1e3dbecd49c02566119db05f48486':
  REPORT-19945 设计器启动优化
research/11.0
vito 5 years ago
parent
commit
e60cd5805c
  1. 2
      designer-realize/src/main/java/com/fr/start/common/SplashCommon.java

2
designer-realize/src/main/java/com/fr/start/common/SplashCommon.java

@ -42,7 +42,7 @@ public class SplashCommon implements SplashStrategy {
@Override
public void updateModuleLog(final String text) {
UIUtil.invokeAndWaitIfNeeded(new Runnable() {
UIUtil.invokeLaterIfNeeded(new Runnable() {
@Override
public void run() {
if (splashWindow != null) {

Loading…
Cancel
Save