Skip to content

Commit

Permalink
Deprecated [bpatcher] resizing script — fixes #7
Browse files Browse the repository at this point in the history
When used in presentation view with a different rectangle to that in
the patching view, the resizing script (which changes both) creates
trouble. Deprecate until resize can apply specifically to presentation
or patching rectangles.
  • Loading branch information
delucis committed May 21, 2015
1 parent 93a2058 commit b0d4740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/cs.2click.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function loadbang() {
buildoutlets();
}
setdict(); // add all the created slots to the global dictionary
resizebpatcher();
// resizebpatcher(); // deprecated until bug fix possible
flagsOn();
}

Expand Down

0 comments on commit b0d4740

Please sign in to comment.