Mixer: fix size of SM blinker.

pull/119/merge
Jonathan Moore Liles 2020-12-18 18:01:56 -08:00
parent cda92589e9
commit cf03ea1562
1 changed files with 2 additions and 0 deletions

View File

@ -750,6 +750,8 @@ void Mixer::resize ( int X, int Y, int W, int H )
{
Fl_Group::resize( X, Y, W, H );
sm_blinker->resize( X + W - 40, Y + 5, 35, 15 );
scroll->resize( X, Y + 24, W, H - 24 - 18 );
mixer_strips->resize( X, Y + 24, W, H - (18*2) - 24 );