Skip to content

Commit

Permalink
Stethoscope.sc update. method .bounds_ removed
Browse files Browse the repository at this point in the history
  • Loading branch information
prko committed May 3, 2024
1 parent a6bbbcf commit e274251
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SCClassLibrary/Common/GUI/tools/Stethoscope.sc
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,6 @@ Stethoscope {
);
^true;
}

bounds_ { arg rect;
if( window.notNil ) { window.bounds_(rect.asRect) };
}
}

BusScopeSynth {
Expand Down

0 comments on commit e274251

Please sign in to comment.