XiaXiang 7 years ago
parent
commit
4bdb196aab
  1. 5
      designer/src/com/fr/design/mainframe/alphafine/component/AlphaFineDialog.java

5
designer/src/com/fr/design/mainframe/alphafine/component/AlphaFineDialog.java

@ -411,8 +411,7 @@ public class AlphaFineDialog extends UIDialog {
searchListModel.removeAllElements(); searchListModel.removeAllElements();
searchListModel.resetSelectedState(); searchListModel.resetSelectedState();
rightSearchResultPane.removeAll(); rightSearchResultPane.removeAll();
validate(); refreshContainer();
repaint();
} }
/** /**
@ -607,7 +606,7 @@ public class AlphaFineDialog extends UIDialog {
this.showWorker.execute(); this.showWorker.execute();
break; break;
default: default:
return; rightSearchResultPane.removeAll();
} }

Loading…
Cancel
Save