Changeset 1534
- Timestamp:
- 01/26/10 13:49:24 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/undo/gui/src/PatternEditor/DrumPatternEditor.cpp
r1533 r1534 233 233 __nColumn = nColumn; 234 234 __row = row; 235 __oldLength = m_pDraggedNote->get_length(); 235 if( m_pDraggedNote ){ 236 __oldLength = m_pDraggedNote->get_length(); 237 }else 238 { 239 __oldLength = -1; 240 } 236 241 237 242 AudioEngine::get_instance()->unlock();