mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
canvas; fix indent in Text::dump()
This commit is contained in:
parent
5808c6e78f
commit
b500eeb36e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue