13
0

remove hard-coded colors

This commit is contained in:
Paul Davis 2014-06-12 01:05:43 -04:00
parent b2ee6b4344
commit e1825361b5

View File

@ -40,8 +40,6 @@ Ruler::Ruler (Group *p, const Metric& m)
, _upper (0)
, _need_marks (true)
{
_fill_color = rgba_to_color (0, 0, 0, 1.0);
_outline_color = rgba_to_color (1.0, 1.0, 1.0, 1.0);
}
void