Skip to content

Commit

Permalink
#615 FloatManager cleanup while debugging float clearance issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danfickle committed Dec 18, 2020
1 parent 7400d52 commit 8103c1b
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 112 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public void clear(LayoutContext c, Box current) {
getFloatManager().clear(c, this, current);
}

@Override
public String toString() {
return "BlockFormattingContext: (" + _x + "," + _y + ")";
}
Expand Down
Loading

0 comments on commit 8103c1b

Please sign in to comment.