Browse Source

Sequencer: Fix uninitialized value.

tags/non-daw-v1.2.0
Jonathan Moore Liles 11 years ago
parent
commit
1d9bd576f6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      sequencer/src/canvas.C

+ 2
- 0
sequencer/src/canvas.C View File

@@ -203,6 +203,8 @@ Canvas::Canvas ( int X, int Y, int W, int H, const char *L ) : Fl_Group( X,Y,W,H

m.vp = NULL;

m.grid = NULL;

end();

resize( X,Y,W,H);


Loading…
Cancel
Save