impprove labeling a bit by giving priority to labels that were labeled previously

This commit is contained in:
Hannes Janetzek
2013-10-09 01:55:51 +02:00
parent 8046081b42
commit fc96e5f6e8
2 changed files with 154 additions and 96 deletions
+2 -3
View File
@@ -39,7 +39,7 @@ public class TextItem {
pool = pool.next;
ti.next = null;
ti.active = 0;
return ti;
}
}
@@ -173,6 +173,5 @@ public class TextItem {
public byte origin;
public boolean active;
// public byte placement
public int active;
}