-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b10
-
generic
-
generic
-
Not verified
Line of code immediately after the first "else" statement in getDropLineRect():
int row = tree.getRowForPath(path);
It's not used and can be removed.
int row = tree.getRowForPath(path);
It's not used and can be removed.