• Adam Barth's avatar
    RenderBox.hitTest should do the bounds check · 12586a63
    Adam Barth authored
    Previously we were doing the bounds testing for hit tests in the parent, but
    that doesn't work if the child paints at a location other than 0.0, 0.0. Now we
    do the bounds check in the child. This also simplifies Scaffold's hit testing.
    
    Fixes #558
    12586a63
Name
Last commit
Last update
..
README.md Loading commit data...
auto_layout.dart Loading commit data...
block.dart Loading commit data...
box.dart Loading commit data...
flex.dart Loading commit data...
object.dart Loading commit data...
paragraph.dart Loading commit data...
sky_binding.dart Loading commit data...
stack.dart Loading commit data...
toggleable.dart Loading commit data...