silence detection: include fades.
[ardour.git] / libs / canvas / poly_item.cc
index d50c097e0781c4d796b75d52534b945630d169b5..c66c3bbb7a34e81f53ca7fd353fa5147bbc0d33b 100644 (file)
@@ -59,7 +59,7 @@ PolyItem::compute_bounding_box () const
                        ++i;
                }
 
-               _bounding_box = bbox.expand (_outline_width);
+               _bounding_box = bbox.expand (_outline_width + 0.5);
 
                
        } else {