| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This patch ensures the compositorType property can be set to "none". Previously this enumeration value was set to read-only, thus an error was thrown when attempting to set the compositorType to "none"
There was a problem hiding this comment.
So we need to check whether this was a 'bug' introduced in the refactor - the docs state none is returned if no compositor... And this change allows setting to none certainly, but it will still return empty in that case.
It might be just a docs bug if none has never figured as a compositor type!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This patch ensures the compositorType property can be set to "none".
Previously this enumeration value was set to read-only, thus an error
was thrown when attempting to set the compositorType to "none"
Closes https://quality.livecode.com/show_bug.cgi?id=22780