Browse Source

Nothing much.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
6d8f612480
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Audio_Track.C
  2. +1
    -1
      Timeline.C

+ 1
- 0
Audio_Track.C View File

@@ -87,6 +87,7 @@ Audio_Track::handle ( int m )
return 0;
}

// FIXME: account for width of track header.
Region *r = new Region( c, this, timeline->xoffset + timeline->x_to_ts( Fl::event_x() ) );

redraw();


+ 1
- 1
Timeline.C View File

@@ -87,7 +87,7 @@ Timeline::Timeline ( int X, int Y, int W, int H, const char* L ) : Fl_Group( X,
Fl_Scrollbar *o = new Fl_Scrollbar( X + W - 18, Y, 18, H - 18 );

o->type( FL_VERTICAL );
o->step( 10 );
// o->step( 10 );
o->callback( cb_vscroll, 0 );
vscroll = o;
}


Loading…
Cancel
Save