* commit '8b22ef66ef1a67333e2f1d4250d2c134b50ef91a': Using robust equality check.
This commit is contained in:
@@ -1170,7 +1170,7 @@ public abstract class Layout {
|
||||
if (h2 < 0.5f)
|
||||
h2 = 0.5f;
|
||||
|
||||
if (h1 == h2) {
|
||||
if (Float.compare(h1, h2) == 0) {
|
||||
dest.moveTo(h1, top);
|
||||
dest.lineTo(h1, bottom);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user