From kde-commits Sun Apr 06 19:47:11 2008 From: =?utf-8?q?K=C3=A5re=20S=C3=A4rs?= Date: Sun, 06 Apr 2008 19:47:11 +0000 To: kde-commits Subject: extragear/libs/libksane/libksane Message-Id: <1207511231.207348.12170.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120751123811934 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");