13
0

canvas: add scroll offset info to Item::dump()

This commit is contained in:
Paul Davis 2021-12-10 17:16:10 -07:00
parent 0e9eef46a0
commit 08e50934c9

View File

@ -1271,7 +1271,7 @@ Item::dump (ostream& o) const
ArdourCanvas::Rect bb = bounding_box();
o << _canvas->indent() << whoami() << ' ' << this << " self-Visible ? " << self_visible() << " visible ? " << visible() << " layout " << layout_sensitive()
<< " @ " << position();
<< " @ " << position() << " +/- " << scroll_offset();
if (bb) {
o << endl << _canvas->indent() << "\tbbox: " << bb;