This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Nothing much.
tags/non-daw-v1.1.0
Jonathan Moore Liles
17 years ago
parent
8a1a6d7fe3
commit
6d8f612480
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Audio_Track.C
+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;
}
Write
Preview
Loading…
Cancel
Save