Browse Source

fixed UI exception

develop
Robin Thoni 7 years ago
parent
commit
61962fb3b5

+ 0
- 1
src/com/rthoni/intellij/codefromds/ui/dialogs/GenerateDialog.java View File

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…
Cancel
Save