From 77fe779829e11045223f7f03305fbfe5ad75058c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 3 Feb 2016 17:57:47 +0000 Subject: [PATCH] fix append --- Fltk/contextWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fltk/contextWindow.cpp b/Fltk/contextWindow.cpp index f6255b4b8a..836bb882c8 100644 --- a/Fltk/contextWindow.cpp +++ b/Fltk/contextWindow.cpp @@ -349,7 +349,7 @@ void physicalContextWindow::show(bool remove) value[0]->activate(); color = (!CTX::instance()->guiColorScheme ? FL_DARK_RED : FL_RED); } - physical_cb(0, 0); + physical_cb(0, (void*)"Name"); if(!win->shown()) win->show(); } -- GitLab