From 4d40919dfc2f098b4b59e40d4ecb4d3fd63a2362 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 1 Jun 2004 22:23:35 +0000 Subject: [PATCH] forgot to set the default bitmap --- Fltk/GUI.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index 1ebe131b99..d7fd88aeb2 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -1,4 +1,4 @@ -// $Id: GUI.cpp,v 1.311 2004-06-01 22:16:24 geuzaine Exp $ +// $Id: GUI.cpp,v 1.312 2004-06-01 22:23:35 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -1141,6 +1141,7 @@ void GUI::create_graphic_window(int argc, char **argv) g_status_butt[4]->tooltip("Set orthographic/perspective projection"); ortho_bmp = new Fl_Bitmap(ortho_bits, ortho_width, ortho_height); persp_bmp = new Fl_Bitmap(persp_bits, persp_width, persp_height); + persp_bmp->label(g_status_butt[4]); g_status_butt[5] = new Fl_Button(x, glheight + 2, sw, sh - 4, "?"); x += sw; -- GitLab