fix spelling error in EditingContext name for in-editor pianoroll

This commit is contained in:
Paul Davis
2025-03-11 13:48:12 -06:00
parent 9405f807ec
commit 261b5b3732

View File

@@ -1265,7 +1265,7 @@ Editor::set_session (Session *t)
/* Cannot initialize in constructor, because pianoroll needs Actions */
if (!_pianoroll) {
// XXX this should really not happen here
_pianoroll = new Pianoroll ("editor pianroll");
_pianoroll = new Pianoroll ("editor pianoroll");
_pianoroll->viewport().set_size_request (600, 120);
}
_pianoroll->set_session (_session);