sanskrit=green, prefix-rule-afflicted-tsheg-bar=yellow
This commit is contained in:
parent
899b042ec0
commit
1308f14807
1 changed files with 3 additions and 2 deletions
|
@ -352,11 +352,12 @@ public class ACIPConverter {
|
||||||
if (null != tdoc) {
|
if (null != tdoc) {
|
||||||
duff = sl.getDuff();
|
duff = sl.getDuff();
|
||||||
if (sl.isLegalTshegBar(true).isLegal && !sl.isLegalTshegBar(false).isLegal) {
|
if (sl.isLegalTshegBar(true).isLegal && !sl.isLegalTshegBar(false).isLegal) {
|
||||||
color = Color.GRAY;
|
color = Color.YELLOW;
|
||||||
} else if (sl.isLegalTshegBar(false).isLegal) {
|
} else if (sl.isLegalTshegBar(false).isLegal) {
|
||||||
color = Color.BLACK;
|
color = Color.BLACK;
|
||||||
} else {
|
} else {
|
||||||
color = Color.YELLOW;
|
// Sanskrit
|
||||||
|
color = Color.GREEN;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (0 == duff.length) {
|
if (0 == duff.length) {
|
||||||
|
|
Loading…
Reference in a new issue