13
0

canvas; fix indent in Text::dump()

This commit is contained in:
Paul Davis 2024-11-05 14:56:11 -07:00
parent 5808c6e78f
commit b500eeb36e

View File

@ -326,7 +326,7 @@ Text::dump (ostream& o) const
Item::dump (o);
o << _canvas->indent() << '\t' << " text = " << _text << endl
<< _canvas->indent() << " color = 0x" << hex << _color << dec;
<< _canvas->indent() << "\tcolor = 0x" << hex << _color << dec;
o << endl;
}