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

show first pane if none selected

parent 70f17b1e
Branches
Tags
No related merge requests found
......@@ -1217,6 +1217,7 @@ void transformContextWindow::show(int pane, bool extrude, bool selection)
if(selection) choice->activate();
else choice->deactivate();
if(pane < 0 || pane > 6){
group[0]->show();
}
else{
group[pane]->show();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment