From 5d110a0488fa8263af0acaa6f0f1e8cb23930395 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 2 Mar 2010 21:24:38 +0000 Subject: [PATCH] fine tuning --- Fltk/classificationEditor.cpp | 3 ++- doc/VERSIONS.txt | 13 +++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Fltk/classificationEditor.cpp b/Fltk/classificationEditor.cpp index 8c61fcd990..0173c74c2f 100644 --- a/Fltk/classificationEditor.cpp +++ b/Fltk/classificationEditor.cpp @@ -5,6 +5,7 @@ #include <FL/Fl_Tabs.H> #include <FL/Fl_Box.H> +#include <FL/Fl_Return_Button.H> #include "FlGui.h" #include "classificationEditor.h" #include "paletteWindow.h" @@ -693,7 +694,7 @@ classificationEditor::classificationEditor() : selected(0) (x + BBB + WB, y, (int)(0.5 * BBB) - WB, BH, "All"); buttons[CLASS_BUTTON_SELECT_ALL_SURFACES]->callback(class_select_all_surfaces_cb, this); - buttons[CLASS_BUTTON_CLASSIFY] = new Fl_Button + buttons[CLASS_BUTTON_CLASSIFY] = new Fl_Return_Button (x + 1.5 * BBB + WB, y, BBB, BH, "Reclassify"); buttons[CLASS_BUTTON_CLASSIFY]->callback(class_classify_cb, this); buttons[CLASS_BUTTON_CLASSIFY]->deactivate(); diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt index 43097531d3..0d2efb8b76 100644 --- a/doc/VERSIONS.txt +++ b/doc/VERSIONS.txt @@ -1,10 +1,11 @@ 2.5.0 (?): new client/server visualization mode; new compound -geometrical entities (useful for remeshing); new option to force the -type of views dynamically; bumped mesh version format to 2.2 (change -in the meaning of the partion tags; this only affect partioned -meshes); renamed several post-processing plugins (as well as plugin -options) to make them easier to understand; many small bug fixes and -usability improvements. +geometrical entities (useful for remeshing); improved mesh +reclassification tool; new option to force the type of views +dynamically; bumped mesh version format to 2.2 (change in the meaning +of the partion tags; this only affect partioned meshes); renamed +several post-processing plugins (as well as plugin options) to make +them easier to understand; many small bug fixes and usability +improvements. 2.4.2 (Sep 21, 2009): solver code refactoring + better IDE integration. -- GitLab