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

ColorBar_Window->take_focus()

parent 6fde02f2
No related branches found
No related tags found
No related merge requests found
// $Id: GUI.cpp,v 1.135 2001-11-22 11:33:12 geuzaine Exp $
// $Id: GUI.cpp,v 1.136 2001-11-23 08:27:37 geuzaine Exp $
// To make the interface as visually consistent as possible, please:
// - use the IW, BB, BH, BW and WB values
......@@ -2341,6 +2341,7 @@ void GUI::create_view_options_window(int num){
o->hide();
view_colorbar_window = new Colorbar_Window(2*WB, 2*WB+1*BH,
width-4*WB, height-5*WB-2*BH);
view_colorbar_window->take_focus(); //necessary for fltk >= 1.1.0
view_colorbar_window->end();
//no set_changed since colorbarwindow has its own callbacks
o->end();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment