Howdy Phil,
this may be related to a reported GOP performance problem with test2, so I copied your report to the issue on Github:
https://github.com/pure-data/pure-data/issues/1488 https://github.com/pure-data/pure-data/issues/1488
On Dec 4, 2021, at 6:40 AM, pd-list-request@lists.iem.at wrote:
Message: 1 Date: Fri, 3 Dec 2021 21:51:19 +0000 From: Philip Stone <pkstone@ucdavis.edu mailto:pkstone@ucdavis.edu> To: "pd-list@lists.iem.at mailto:pd-list@lists.iem.at" <pd-list@lists.iem.at mailto:pd-list@lists.iem.at> Subject: [PD] 0.52.0test2: window jitter on (Mac OS) Message-ID: <BY5PR08MB642387D9F7A5DFA96FB21C03A76A9@BY5PR08MB6423.namprd08.prod.outlook.com mailto:BY5PR08MB642387D9F7A5DFA96FB21C03A76A9@BY5PR08MB6423.namprd08.prod.outlook.com>
Content-Type: text/plain; charset="windows-1252"
I?ve just noticed a minor weird thing with v 0.52.0test2: graph on parent windows with margins of 0 or 1 cause a visual flutter when hovering over a graphic object inside the (opened) GOP. I?m on Mac OS 10.15.7.
Simple example:
#N canvas 47 74 357 100 12; #N canvas 308 115 516 183 open_me 0; #X obj 84 4 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000; #X text 110 2 <- hover over/off of bang; #X coords 0 -1 1 1 100 20 1 1 1; #X restore 130 37 pd open_me;
Increasing the border to at least 2 X 2 eliminates the jitter.
Not of critical importance, but long ago I got into the habit of having a 0/0 margin for GOPs (don?t know why).
Phil Stone Davis, CA USA
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On 12/4/21 23:20, Dan Wilcox wrote:
Howdy Phil,
this may be related to a reported GOP performance problem with test2, so I copied your report to the issue on Github:
it might also be related to the scrollbar glitches reported in [1410] (it's kind of hard to tell what "visual flutter" really means here).
in any case, both issues ought to be fixed in current 'master' branch (no pre-release yet). @phil so if you are up to compiling you might give it a try...
gfmds IOhannes