You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Layer.default_value property returns a Style object the first time, but then it returns the style name (as a string) afterward.
This happens because the setter sets self.dirty['default_style'] to Style.fqn
The text was updated successfully, but these errors were encountered:
Layer.default_value
property returns a Style object the first time, but then it returns the style name (as a string) afterward.This happens because the setter sets
self.dirty['default_style']
toStyle.fqn
The text was updated successfully, but these errors were encountered: