Fixed some tooltip texts and display of choosen color in tooltip.

This commit is contained in:
LevelX2 2014-05-30 21:21:17 +02:00
parent c03c14af52
commit 94d8ff554f
10 changed files with 27 additions and 22 deletions

View file

@ -182,7 +182,6 @@ public class ObjectColor implements Serializable, Copyable<ObjectColor>, Compara
}
public String getDescription() {
StringBuilder sb = new StringBuilder();
if (getColorCount() > 1) {
return "multicolored";
} else {