Skip to content

Commit

Permalink
class library: FreqScope fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Blechmann <tim@klingt.org>
  • Loading branch information
timblechmann committed Jul 19, 2011
1 parent 0e1857d commit afcb263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ SCFreqScopeWindow { //was FreqScope
window.onClose_({ scope.kill;
scopeOpen = false;
}).front;
^this.newCopyArgs(scope, window)
^super.newCopyArgs(scope, window)
});
}

Expand Down

0 comments on commit afcb263

Please sign in to comment.