提交 2f64070e 编写于 作者: J jurgen

DS toolbar fix (first item)

上级 43d41b1f
......@@ -333,13 +333,8 @@ public class DataSourceManagementToolbar implements DBPRegistryListener, DBPEven
}
try {
if (update) {
// Remove all but first item
final int itemCount = connectionCombo.getItemCount();
if (itemCount > 1) {
for (int i = itemCount - 1; i > 0; i--) {
connectionCombo.remove(i);
}
}
connectionCombo.removeAll();
connectionCombo.add(DBIcon.TREE_DATABASE.getImage(), EMPTY_SELECTION_TEXT, null, null);
}
int selectionIndex = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册