fix tree marking for nested sections with missing translations
This commit is contained in:
parent
aaefe5c10f
commit
d8d1ad443d
@ -116,6 +116,7 @@ public class TreeModelMapper extends DefaultTreeModel implements SearchQueryList
|
|||||||
PresentationData data = new PresentationData(key, null, null, null);
|
PresentationData data = new PresentationData(key, null, null, null);
|
||||||
data.setForcedTextForeground(JBColor.RED);
|
data.setForcedTextForeground(JBColor.RED);
|
||||||
childNode.setUserObject(data);
|
childNode.setUserObject(data);
|
||||||
|
foundMissing = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
parent.add(childNode);
|
parent.add(childNode);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user