Mercurial > hg > svgui
comparison layer/FlexiNoteLayer.cpp @ 905:b66fb15de477 cxx11
Working through the float/double and int/sv_frame_t fixes
author | Chris Cannam |
---|---|
date | Mon, 09 Mar 2015 14:35:21 +0000 |
parents | e0f08e108064 |
children | 94e4952a6774 26da827e8fb5 |
comparison
equal
deleted
inserted
replaced
904:e0f08e108064 | 905:b66fb15de477 |
---|---|
1580 delete dialog; | 1580 delete dialog; |
1581 return true; | 1581 return true; |
1582 } | 1582 } |
1583 | 1583 |
1584 void | 1584 void |
1585 FlexiNoteLayer::moveSelection(Selection s, int newStartFrame) | 1585 FlexiNoteLayer::moveSelection(Selection s, sv_frame_t newStartFrame) |
1586 { | 1586 { |
1587 if (!m_model) return; | 1587 if (!m_model) return; |
1588 | 1588 |
1589 FlexiNoteModel::EditCommand *command = | 1589 FlexiNoteModel::EditCommand *command = |
1590 new FlexiNoteModel::EditCommand(m_model, tr("Drag Selection")); | 1590 new FlexiNoteModel::EditCommand(m_model, tr("Drag Selection")); |