outline width of 0.5 is stupid and meaningless, and was just hiding other issues with outlines
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user