Hack to make annotation pack visable.
This commit is contained in:
parent
42e0e380bd
commit
adf0ca22f3
|
@ -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…
Reference in New Issue