From 054cb7e4ce2a7da4e0ac4f89a706bdb09b7bc5da Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 1 Dec 2008 23:38:37 +0000 Subject: [PATCH] *** empty log message *** --- Fltk/GUI.cpp | 4 ++++ Fltk/pluginWindow.cpp | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index f016763178..1c6acacbe6 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -131,6 +131,10 @@ GUI::GUI(int argc, char **argv) // e.g. directly loop through time steps with the keyboard) graph[0]->gl->take_focus(); + // test: create another graphic window + //graph.push_back(new graphicWindow(_fontsize)); + //graph[1]->win->show(); + // create all the permanent windows options = new optionWindow(_fontsize); fields = new fieldWindow(_fontsize); diff --git a/Fltk/pluginWindow.cpp b/Fltk/pluginWindow.cpp index b66a65ed2c..24662b10ec 100644 --- a/Fltk/pluginWindow.cpp +++ b/Fltk/pluginWindow.cpp @@ -218,7 +218,8 @@ void pluginWindow::show(int viewIndex) win->show(); } -void pluginWindow::createDialogBox(GMSH_Plugin *p, int x, int y, int width, int height) +void pluginWindow::createDialogBox(GMSH_Plugin *p, int x, int y, + int width, int height) { p->dialogBox = new PluginDialogBox; p->dialogBox->group = new Fl_Group(x, y, width, height); -- GitLab