Put opening brace on its own line
This commit is contained in:
@@ -3344,7 +3344,8 @@ void PianoRoll::wheelEvent(QWheelEvent * we )
|
||||
|
||||
void PianoRoll::focusOutEvent( QFocusEvent * )
|
||||
{
|
||||
if( hasValidPattern() ) {
|
||||
if( hasValidPattern() )
|
||||
{
|
||||
for( int i = 0; i < NumKeys; ++i )
|
||||
{
|
||||
m_pattern->instrumentTrack()->pianoModel()->midiEventProcessor()->processInEvent( MidiEvent( MidiNoteOff, -1, i, 0 ) );
|
||||
|
||||
Reference in New Issue
Block a user