Mercurial > hg > svcore
diff data/model/Labeller.h @ 380:bc4712c7d269 sv1-v1.2pre5
* 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
author | Chris Cannam |
---|---|
date | Tue, 12 Feb 2008 15:41:01 +0000 |
parents | d02f71281639 |
children | 6a96bff0bd59 |
line wrap: on
line diff
--- 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) { }