Skip to content

Commit

Permalink
display user offset for on/offtime in inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Aug 16, 2012
1 parent 35b21eb commit fd9f5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mscore/inspector.cpp
Expand Up @@ -691,8 +691,8 @@ void InspectorNoteBase::setElement(Note* n)
small->setChecked(note->small()); small->setChecked(note->small());
mirrorHead->setCurrentIndex(note->userMirror()); mirrorHead->setCurrentIndex(note->userMirror());
dotPosition->setCurrentIndex(note->dotPosition()); dotPosition->setCurrentIndex(note->dotPosition());
ontimeOffset->setValue(note->onTimeOffset()); ontimeOffset->setValue(note->onTimeUserOffset());
offtimeOffset->setValue(note->offTimeOffset()); offtimeOffset->setValue(note->offTimeUserOffset());


int headGroup = note->headGroup(); int headGroup = note->headGroup();
int headGroupIndex = 0; int headGroupIndex = 0;
Expand Down

0 comments on commit fd9f5bb

Please sign in to comment.