瀏覽代碼

fixed UI exception

develop
Robin Thoni 8 年之前
父節點
當前提交
61962fb3b5
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      src/com/rthoni/intellij/codefromds/ui/dialogs/GenerateDialog.java

+ 0
- 1
src/com/rthoni/intellij/codefromds/ui/dialogs/GenerateDialog.java 查看文件

295
 
295
 
296
             _listStoredProcedure.addListSelectionListener(e -> {
296
             _listStoredProcedure.addListSelectionListener(e -> {
297
                 if (!e.getValueIsAdjusting()) {
297
                 if (!e.getValueIsAdjusting()) {
298
-                    _listStoredProcedure.updateUI();
299
                     updateSpSelection();
298
                     updateSpSelection();
300
                 }
299
                 }
301
             });
300
             });

Loading…
取消
儲存