mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
Fix spacing of engine-delta display
This commit is contained in:
parent
9908419f89
commit
6f6d26d0ef
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ Engine_TransportMaster::position_string () const
|
|||
std::string
|
||||
Engine_TransportMaster::delta_string () const
|
||||
{
|
||||
return string ("\u0394 0 ");
|
||||
return string ("\u0394 0 ");
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue