From 00ad09d865eb725afc8df1ab968b1a0757596a75 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 9 Mar 2005 20:04:20 +0000 Subject: [PATCH] added rescan() in show() (necessary since fltk 1.1.7) --- Fltk/File_Picker.h | 1 + benchmarks/bugs/fx79w151a.geo | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Fltk/File_Picker.h b/Fltk/File_Picker.h index 25634b9cba..4ba8059e39 100644 --- a/Fltk/File_Picker.h +++ b/Fltk/File_Picker.h @@ -43,6 +43,7 @@ public: void show(){ if(_win){ _win->show(); + rescan(); // necessary since fltk 1.1.7 if(_in) _in->take_focus(); else diff --git a/benchmarks/bugs/fx79w151a.geo b/benchmarks/bugs/fx79w151a.geo index d0d7db9b84..a0f2258b85 100644 --- a/benchmarks/bugs/fx79w151a.geo +++ b/benchmarks/bugs/fx79w151a.geo @@ -1,6 +1,10 @@ // This works great on my Mac (with clscale = 1, 0.9, 0.7, 0.6, 0.5); fails with 0.8 +// OK too gmsh fx79w151a.geo -clscale 0.3 -rand 1.e-5 +// gmsh fx79w151a.geo -clscale 0.2 -rand 1.e-6 + + // fails miserably with clscale = 1 on Linux, but works for clscale 0.9 and 0.5 // Gmesh input File created by Gmeshgen.pl -- GitLab