Mark Frömberg

Results 35 comments of Mark Frömberg

Isn’t the mouseMove in Red Arrows only needed for displaying the annotations when the cursor is near an errorous node? Couldn’t said node just get an invisible circle path in...

I think `title` might be. It's part of the UI, so I'd expect it to be accessible via scripting.

Thank you. Preparing another one that fails to connect and will put them both here in a few moment.

The Plugin Maker does not ask for to making a Plugin with or without Dialog, so I fetched one from the "Filter with Dialog" Template and wrapped the view inside...

Submitted an issue at the [pyobjc repo](https://github.com/ronaldoussoren/pyobjc/issues/444). Feel free to chime in or correct my explaination there :) Ronald answered after 30 seconds :D

Should `GSPath.closed` be readOnly? @schriftgestalt - The unit test wanted to test this[^1], the documentation does not state it. - One can set it to `false` via scripting, which opens...

Do you see my `clean-up` branch from my unit test fork? It’s these 2 tests: `with self.subTest("reinterpolate()"): ...` and `with self.subTest("clear()"): ...` No error message, other than that the tests...

This still happens, and does not make sense IMO. Hiding the layer drawing should hide all things drawn on the layer. Here an example with the hiding setting active in...

Thanks for explaining. Both options would be nice to have.