~ubuntu-branches/ubuntu/utopic/musescore/utopic

« back to all changes in this revision

Viewing changes to mscore/awl/knob.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Niall Creech
  • Date: 2010-09-21 19:23:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100921192350-dhx7ynjk9r06o2it
Tags: 0.9.6.2+dfsg-1ubuntu1
* 20_armel-float-cast-fix.dpatch:
  - Define alternative rxpos and rypos calls for armel to handle
  its differenet QpointF rx() and ry() call return values. Ensure qMax
  and qMin calls have equivalent argument types(LP: #642117)

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
            if (r.contains(ev->pos())) {
114
114
                  setValue(.0f);
115
115
                  valueChange();
116
 
                  update();
117
116
                  }
118
117
            }
119
118
      }
144
143
            _value = _maxValue;
145
144
      startY    = y;
146
145
      valueChange();
147
 
      update();
148
146
      }
149
147
 
150
148
//---------------------------------------------------------