Browse Source

Mixer: Fix initial size.

tags/non-daw-v1.2.0
Jonathan Moore Liles 12 years ago
parent
commit
e88c255d45
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      mixer/src/Mixer.C

+ 2
- 0
mixer/src/Mixer.C View File

@@ -577,6 +577,8 @@ Mixer::Mixer ( int X, int Y, int W, int H, const char *L ) :
} }
end(); end();


resize( X,Y,W,H );

update_frequency( 15 ); update_frequency( 15 );


Fl::add_timeout( FEEDBACK_UPDATE_FREQ, send_feedback_cb, this ); Fl::add_timeout( FEEDBACK_UPDATE_FREQ, send_feedback_cb, this );


Loading…
Cancel
Save