소스 검색

fixed UI exception

develop
Robin Thoni 7 년 전
부모
커밋
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…
취소
저장