Closed PrimozGodec closed 1 year ago
Fixes https://github.com/biolab/orange3-text/issues/889 The statistics widget uses ContextSetting to store settings that are not dependent on any variable.
Use the normal Setting instead. It is more correct in cases when widgets settings do not depend on variables in the table.
Issue
Fixes https://github.com/biolab/orange3-text/issues/889 The statistics widget uses ContextSetting to store settings that are not dependent on any variable.
Description of changes
Use the normal Setting instead. It is more correct in cases when widgets settings do not depend on variables in the table.
Includes