fix minor errors from rebase fixups
This commit is contained in:
parent
af4ba1cc01
commit
68959643e8
@ -1310,7 +1310,7 @@ AudioClock::set_bbt (timepos_t const & w, timecnt_t const & o, bool /*force*/)
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
snprintf (buf, sizeof(buf), "1/%.0f = %.3f", m.tempo().note_type(), m.tempo().note_types_per_minute());
|
||||
snprintf (buf, sizeof(buf), "1/%d = %.3f",m.tempo().note_type(), m.tempo().note_types_per_minute());
|
||||
_left_btn.set_text (buf, false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user