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

fix append

parent f2221f47
Branches
Tags
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment