biolab / orange3-text

🍊 :page_facing_up: Text Mining add-on for Orange3
Other
127 stars 84 forks source link

[FIX] Statistics - Fix settings #993

Closed PrimozGodec closed 1 year ago

PrimozGodec commented 1 year ago
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