Skip to content
Snippets Groups Projects
Commit 4daf20fc authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

p'tite remarque

parent 7cfb65ec
No related branches found
No related tags found
No related merge requests found
// $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment