Don't change marker color when using select-all.

This commit is contained in:
Oliver Jowett 2016-09-22 15:28:51 +01:00
parent 36e7ec4cd8
commit c56245a954

View file

@ -272,7 +272,7 @@ PlaneObject.prototype.getMarkerColor = function() {
} }
// If this marker is selected, change color // If this marker is selected, change color
if (this.selected){ if (this.selected && !SelectedAllPlanes){
h += ColorByAlt.selected.h; h += ColorByAlt.selected.h;
s += ColorByAlt.selected.s; s += ColorByAlt.selected.s;
l += ColorByAlt.selected.l; l += ColorByAlt.selected.l;