mirror of
https://github.com/nqrduck/quackseq.git
synced 2024-11-09 13:10:00 +00:00
Removed signal emission.
This commit is contained in:
parent
b9cacb0d30
commit
6f7afada51
1 changed files with 0 additions and 1 deletions
|
@ -229,7 +229,6 @@ class SelectionSetting(Setting):
|
|||
except AttributeError:
|
||||
self._value = value
|
||||
self.options = [value]
|
||||
self.settings_changed.emit()
|
||||
|
||||
|
||||
class StringSetting(Setting):
|
||||
|
|
Loading…
Reference in a new issue