From b0d47408af8c1ac1cff255a135b46990d954c3ae Mon Sep 17 00:00:00 2001 From: delucis Date: Fri, 22 May 2015 01:13:52 +0200 Subject: [PATCH] =?UTF-8?q?Deprecated=20[bpatcher]=20resizing=20script=20?= =?UTF-8?q?=E2=80=94=20fixes=20#7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- javascript/cs.2click.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/cs.2click.js b/javascript/cs.2click.js index 0b97f81..020c397 100644 --- a/javascript/cs.2click.js +++ b/javascript/cs.2click.js @@ -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(); }