SVN commit 794173 by sars: Fix an anoying selection bug where the selection sometimes keeps expanding to an edge. (uninitialized variable .%*$#...) M +1 -0 sane_option.cpp --- trunk/extragear/libs/libksane/libksane/sane_option.cpp #794172:794173 @@ -63,6 +63,7 @@ type = SW_DETECT_FAIL; iVal=0; fVal=0; + min_change = 0.0005; bVal=false; cstrl = new QStringList("ComboStringList");