Skip to content

Commit

Permalink
Properly call overridden info() methods in *Editors.
Browse files Browse the repository at this point in the history
  • Loading branch information
alekstorm committed Apr 27, 2011
1 parent c9af37d commit db14f4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sys/Editor.cpp
Expand Up @@ -392,7 +392,10 @@ static int menu_cb_undo (EDITOR_ARGS) {
}

static int menu_cb_settingsReport (EDITOR_ARGS) {
Melder_clearInfo ();
MelderInfo_open (); // FIXME object id like in Thing.c
editor_me->info ();
MelderInfo_close ();
return 1;
}

Expand Down

0 comments on commit db14f4d

Please sign in to comment.