From d023b75ad1b95ba35961f1328c2f58e528aa7dc2 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 6 Aug 2007 22:37:29 +0000 Subject: [PATCH] *** empty log message *** --- Fltk/GUI_Projection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fltk/GUI_Projection.cpp b/Fltk/GUI_Projection.cpp index bc91283cc0..db4a0f4c73 100644 --- a/Fltk/GUI_Projection.cpp +++ b/Fltk/GUI_Projection.cpp @@ -99,7 +99,7 @@ projection::projection(FProjectionFace *f, int x, int y, int w, int h, int BB, i group = new Fl_Scroll(x, y, w, h); SBoundingBox3d bounds = GMODEL->bounds(); ProjectionSurface *ps = f->GetProjectionSurface(); - currentParams = new double[ps->GetNumParameters() + 9]; + currentParams = new double[ps->GetNumParameters() + 9 + 100]; // FIXME!!!!!!!!!!!!! for(int i = 0; i < ps->GetNumParameters() + 9; i++){ Fl_Value_Input *v = new Fl_Value_Input(x, y + i * BH, BB, BH); if(i < 3){ // scaling -- GitLab