13
0

more flat_button refactoring

This commit is contained in:
Ben Loftis 2014-08-27 11:53:30 -05:00
parent e7a15027e8
commit b4386a6e00

View File

@ -95,7 +95,7 @@ ArdourKnob::render (cairo_t* cr, cairo_rectangle_t *)
bool arc = (_elements & Arc)==Arc;
bool bevel = (_elements & Bevel)==Bevel;
bool flat = ARDOUR_UI::config()->get_flat_buttons();
bool flat = _flat_buttons;
if ( arc ) {
center_radius = scale*0.30;