# HG changeset patch # User Chris Cannam # Date 1202830861 0 # Node ID bc4712c7d269c4718d37cf4747a15c1fbcdc768b # Parent 62789d79b98f21aca19745c134671382c616a1cd * Allow entry of numbers smaller than 1 in the Set Counters dialog * Renumber Selected Instants now starts its count at the next counter value -- previously it always started at 1:1 and the values that you had set were only used when tapping * pull Reset Counters up a menu level to make it easier to get to diff -r 62789d79b98f -r bc4712c7d269 data/model/Labeller.h --- a/data/model/Labeller.h Mon Feb 11 12:46:39 2008 +0000 +++ b/data/model/Labeller.h Tue Feb 12 15:41:01 2008 +0000 @@ -72,8 +72,8 @@ Labeller(const Labeller &l) : QObject(), m_type(l.m_type), - m_counter(1), - m_counter2(1), + m_counter(l.m_counter), + m_counter2(l.m_counter2), m_cycle(l.m_cycle), m_dp(l.m_dp), m_rate(l.m_rate) { }