canvas; fix indent in Text::dump()
This commit is contained in:
parent
5808c6e78f
commit
b500eeb36e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user