From 4daf20fc332868b9bbeef027580da2deb58eed89 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 5 Mar 2002 19:40:47 +0000 Subject: [PATCH] p'tite remarque --- Fltk/GUI.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index 8dcaa2a452..bc09c82a7a 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -1,4 +1,4 @@ -// $Id: GUI.cpp,v 1.156 2002-02-22 17:40:58 geuzaine Exp $ +// $Id: GUI.cpp,v 1.157 2002-03-05 19:40:47 geuzaine Exp $ // To make the interface as visually consistent as possible, please: // - use the IW, BB, BH, BW and WB values @@ -562,6 +562,11 @@ GUI::GUI(int argc, char **argv) { Fl::add_handler(SetGlobalShortcut); + // Fl::visible_focus(0); + // we could use that to prohibit all default fltk navigation. It is + // not necessary anymore, since I added the correct handlers for the + // graphic and the colorbar window... + // All static windows are contructed (even if some are not // displayed) since the shortcuts should be valid even for hidden // windows, and we don't want to test for widget existence every time -- GitLab