Browse Source

更新

final/10.0
Yvan 4 years ago
parent
commit
18938d585d
  1. 2
      designer-realize/src/main/java/com/fr/start/common/SplashPane4WinAndJDK11.java

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

@ -48,7 +48,7 @@ public class SplashPane4WinAndJDK11 extends SplashPane{
@Override
protected void paintComponent(Graphics g) {
if (isDouble) {
if (!isDouble) {
super.paintComponent(g);
return;
}

Loading…
Cancel
Save