◐ Shell
clean mode source ↗

fixes #131 - text truncated in tree-view when enabling/disabling description by PhilippSalvisberg · Pull Request #147 · utPLSQL/utPLSQL-SQLDeveloper

Expand Up @@ -1570,6 +1570,8 @@ public Component getTreeCellRendererComponent(JTree tree, Object value, boolean showTestDescriptionCheckBoxMenuItem.addActionListener(event -> { applyShowTestDescription(); fixCheckBoxMenuItem(showTestDescriptionCheckBoxMenuItem); // force refresh to fix issue #131 (truncated name/description), accepting side-effect, that the selection is lost refreshAction(); }); testOverviewPopupMenu.add(showTestDescriptionCheckBoxMenuItem); showWarningIndicatorCheckBoxMenuItem = new JCheckBoxMenuItem(UtplsqlResources.getString("PREF_SHOW_WARNING_INDICATOR_LABEL").replace("?", ""), true); Expand Down