Mercurial > hg > svgui
comparison layer/FlexiNoteLayer.cpp @ 652:35c3323a78a2 tonioni
removed the vertical scaling function call that didn't work
author | matthiasm |
---|---|
date | Mon, 17 Jun 2013 18:07:30 +0100 |
parents | 76c5dfe333ee |
children | f073611b31d1 |
comparison
equal
deleted
inserted
replaced
651:76c5dfe333ee | 652:35c3323a78a2 |
---|---|
1067 } | 1067 } |
1068 | 1068 |
1069 m_editingCommand->setName(newName); | 1069 m_editingCommand->setName(newName); |
1070 finish(m_editingCommand); | 1070 finish(m_editingCommand); |
1071 } | 1071 } |
1072 | |
1073 setVerticalRangeToNoteRange(); | |
1074 | 1072 |
1075 m_editingCommand = 0; | 1073 m_editingCommand = 0; |
1076 m_editing = false; | 1074 m_editing = false; |
1077 } | 1075 } |
1078 | 1076 |