I shouldn't have to need 3 lines for NoteData.
Add helper function.
This commit is contained in:
+1
-3
@@ -2867,9 +2867,7 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM )
|
||||
if( (*s)->IsAutogen() )
|
||||
continue;
|
||||
// If the notedata has content, let it go.
|
||||
NoteData tmp;
|
||||
(*s)->GetNoteData(tmp);
|
||||
if( !tmp.IsEmpty() )
|
||||
if( !(*s)->GetNoteData().IsEmpty() )
|
||||
continue;
|
||||
// It's hard to say if these steps were saved to disk or not.
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user