Skip to content

Commit

Permalink
Merge pull request #1419 from miczac/master
Browse files Browse the repository at this point in the history
FreqScope.sc: adapt to new fill property of scope.
  • Loading branch information
scztt committed Apr 19, 2015
2 parents 988b642 + cc8c6fb commit 656b38b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SCClassLibrary/Common/GUI/PlusGUI/Control/FreqScope.sc
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ FreqScopeView {
if (this.shmScopeAvailable) {
scope = ScopeView.new(parent, bounds);
scope.server = server;
scope.fill = false;
} {
scope = Scope(parent, bounds);
};
Expand Down

0 comments on commit 656b38b

Please sign in to comment.