Browse Source

fixed UI exception

develop
Robin Thoni 7 years ago
parent
commit
61962fb3b5
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/com/rthoni/intellij/codefromds/ui/dialogs/GenerateDialog.java

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

@@ -295,7 +295,6 @@ public class GenerateDialog extends DialogWrapper {
295 295
 
296 296
             _listStoredProcedure.addListSelectionListener(e -> {
297 297
                 if (!e.getValueIsAdjusting()) {
298
-                    _listStoredProcedure.updateUI();
299 298
                     updateSpSelection();
300 299
                 }
301 300
             });

Loading…
Cancel
Save