fix up thinko in recent raise_to_top/lower_to_bottom optimization
[ardour.git] / libs / canvas / outline.cc
index 3e57887070ec7291717f1d76ef9cab41b34a969f..be8b924df25a5b3a0f01858b1635709a7f926612 100644 (file)
@@ -32,7 +32,7 @@ using namespace ArdourCanvas;
 Outline::Outline (Group* parent)
        : Item (parent)
        , _outline_color (0x000000ff)
-       , _outline_width (0.5)
+       , _outline_width (1.0)
        , _outline (true)
 {