Browse Source

Keep scrollbars on top of timeline widget.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
8a1a6d7fe3
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Timeline.C

+ 4
- 0
Timeline.C View File

@@ -172,6 +172,10 @@ Timeline::Timeline ( int X, int Y, int W, int H, const char* L ) : Fl_Group( X,

}

/* make sure scrollbars are on top */
add( vscroll );
add( hscroll );

vscroll->range( 0, tracks->h() );

redraw();


Loading…
Cancel
Save