Browse Source

Timeline: Tweak styling of selected regions.

tags/non-daw-v1.3.0
Jonathan Moore Liles 4 years ago
parent
commit
83f7aa87f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      timeline/src/Audio_Region.C

+ 1
- 1
timeline/src/Audio_Region.C View File

@@ -477,7 +477,7 @@ Audio_Region::draw_box( void )
}

Fl_Boxtype b;
Fl_Color c = selected() ? fl_color_average( color, fl_rgb_color(10,10,10), 0.4f ) : color;
Fl_Color c = color;// selected() ? fl_color_average( color, fl_rgb_color(10,10,10), 0.4f ) : color;

if ( Audio_Region::show_box )
{


Loading…
Cancel
Save