Browse Source

Hack to make annotation pack visable.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
adf0ca22f3
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      Timeline/Track.C

+ 2
- 3
Timeline/Track.C View File

@@ -207,7 +207,8 @@ Track::init ( void )
resizable( o ); resizable( o );


{ {
Fl_Pack *o = annotation = new Fl_Pack( width(), 0, pack->w(), 0 );
// Fl_Pack *o = annotation = new Fl_Pack( width(), 0, pack->w(), 0 );
Fl_Pack *o = annotation = new Fl_Pack( width(), 0, pack->w(), 1 );
o->end(); o->end();
} }


@@ -279,8 +280,6 @@ static int pack_visible( Fl_Pack *p )
void void
Track::resize ( void ) Track::resize ( void )
{ {


for ( int i = takes->children(); i--; ) for ( int i = takes->children(); i--; )
takes->child( i )->size( w(), height() ); takes->child( i )->size( w(), height() );




Loading…
Cancel
Save