CVS commit by netterfield: BUG: When opening a filter dialog, the default values were not being loaded into the scalar selectors. This fixes that. M +1 -0 kstfilterdialog_i.cpp 1.26 --- kdeextragear-2/kst/kst/kstfilterdialog_i.cpp #1.25:1.26 @@ -166,4 +166,5 @@ void KstFilterDialogI::update() { } } + pluginChanged(0); } }