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

add scripting when no view selected

parent c90103fe
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,10 @@ static void plugin_run_cb(Fl_Widget *w, void *data)
}
}
}
if(no_view_selected) pp->execute(0);
if(no_view_selected){
pp->execute(0);
add_scripting(pp, 0);
}
}
else{
p->run();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment