Browse Source

Merge pull request #6429 in DESIGN/design from final/10.0 to release/10.0

* commit 'bd1af0df2b8f09988494f14c8be75330bf01c02a':
  REPORT-61736 条件属性背景插入图片以后,点击其他位置,条件属性框空白
zheng-1641779399395
superman 3 years ago
parent
commit
398ae7f2d7
  1. 2
      designer-base/src/main/java/com/fr/design/gui/ifilechooser/JavaFxNativeFileChooser.java

2
designer-base/src/main/java/com/fr/design/gui/ifilechooser/JavaFxNativeFileChooser.java

@ -163,6 +163,8 @@ public class JavaFxNativeFileChooser implements FileChooserProvider {
try {
latch.await();
} catch (InterruptedException ignore) {
} finally {
setShowDialogState(false);
}
return selectedFiles.length > 0 ? JFileChooser.APPROVE_OPTION : JFileChooser.CANCEL_OPTION;
}

Loading…
Cancel
Save