From ec1d90978c39e0b82bace04184f11622481c5bff Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 6 Dec 2012 19:35:13 +0000 Subject: [PATCH] --- CMakeLists.txt | 3 ++- Fltk/FlGui.cpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 868b4ddd8a..29427a5761 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,7 +109,8 @@ set(GMSH_API Solver/crossConfTerm.h Solver/orthogonalTerm.h Solver/linearSystem.h Solver/linearSystemGMM.h Solver/linearSystemCSR.h Solver/linearSystemFull.h Solver/elasticitySolver.h Solver/sparsityPattern.h - Post/PView.h Post/PViewData.h Plugin/PluginManager.h Post/OctreePost.h + Post/PView.h Post/PViewData.h Post/PViewDataList.h Plugin/PluginManager.h + Post/OctreePost.h Graphics/drawContext.h contrib/kbipack/gmp_normal_form.h contrib/kbipack/gmp_matrix.h contrib/kbipack/gmp_blas.h contrib/kbipack/mpz.h diff --git a/Fltk/FlGui.cpp b/Fltk/FlGui.cpp index f5a0c3177d..59ce16091d 100644 --- a/Fltk/FlGui.cpp +++ b/Fltk/FlGui.cpp @@ -795,6 +795,7 @@ void window_cb(Fl_Widget *w, void *data) FlGui::instance()->check(); #else FlGui::instance()->graph[0]->getWindow()->fullscreen(); + FlGui::instance()->graph[0]->hideMessages(); #endif zoom = 0; } -- GitLab