Mercurial > hg > easaier-soundaccess
diff widgets/PropertyBox.cpp @ 203:74d1b3bda5a3
allow to save and restore the filter settings from an easaier session
author | lbajardsilogic |
---|---|
date | Tue, 29 Jan 2008 17:21:42 +0000 |
parents | 6a574a1abfc8 |
children | fa034c6ae8bf |
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp Tue Jan 29 12:46:03 2008 +0000 +++ b/widgets/PropertyBox.cpp Tue Jan 29 17:21:42 2008 +0000 @@ -447,9 +447,9 @@ } if (slider->value() != value) { - slider->blockSignals(true); + //slider->blockSignals(true); slider->setValue(value); - slider->blockSignals(false); + //slider->blockSignals(false); } break; }