mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
todo deleted
This commit is contained in:
@@ -61,7 +61,6 @@ public class RepositoryNode extends CheckedTreeNode implements EditableTreeNode
|
||||
ArrayList<String> strings = myTargetPresentation.getTexts();
|
||||
ArrayList<SimpleTextAttributes> attributes = myTargetPresentation.getAttributes();
|
||||
for (int i = 0; i < strings.size(); i++) {
|
||||
//todo check that all texts belong to editable component!!!
|
||||
renderer.append(strings.get(i), attributes.get(i), textField);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user