Index: branches/5.2.x/core/units/filters/item_filter_tp.php =================================================================== diff -u -N -r14917 -r14927 --- branches/5.2.x/core/units/filters/item_filter_tp.php (.../item_filter_tp.php) (revision 14917) +++ branches/5.2.x/core/units/filters/item_filter_tp.php (.../item_filter_tp.php) (revision 14927) @@ -177,7 +177,7 @@ $this->Application->SetVar('max_range_value', $range_values['MaxValue']); $range_size = ceil( ($range_values['MaxValue'] - $range_values['MinValue']) / $range_count ); - $this->Application->SetVar('range_step', $range_size); + $this->Application->SetVar('range_step', 1); // $range_size); if ( $selected_value ) { list ($from_selected_value, $to_selected_value) = explode('-', $selected_value);