diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index 01185de96c..4f81d934df 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -2867,7 +2867,9 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM ) if( (*s)->IsAutogen() ) continue; // If the notedata has content, let it go. - if( !(*s)->m_NoteData->IsEmpty() ) + NoteData tmp; + (*s)->GetNoteData(tmp); + if( !tmp.IsEmpty() ) continue; // It's hard to say if these steps were saved to disk or not. /*