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

remove recombine shortcut

parent edd4f1f9
No related branches found
No related tags found
No related merge requests found
......@@ -383,10 +383,10 @@ int FlGui::testGlobalShortcuts(int event)
status = 1;
}
// FIXME TEST
else if(Fl::test_shortcut('4') || Fl::test_shortcut(FL_F + 4)) {
RecombineMesh(GModel::current());
status = 2;
}
//else if(Fl::test_shortcut('4') || Fl::test_shortcut(FL_F + 4)) {
// RecombineMesh(GModel::current());
// status = 2;
//}
else if(Fl::test_shortcut(FL_CTRL + 'q') || Fl::test_shortcut(FL_META + 'q')){
// only necessary when using the system menu bar, but hey, it
// cannot hurt...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment