Skip to content
Snippets Groups Projects
Commit db73bbd6 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Fix code folding. Refs #6454

It was wired to the wrong function!
parent ce8b6f74
No related merge requests found
......@@ -317,7 +317,7 @@ void MultiTabScriptInterpreter::toggleCodeFolding(bool state)
int index_end = count() - 1;
for( int index = index_end; index >= 0; --index )
{
interpreterAt(index)->toggleProgressReporting(state);
interpreterAt(index)->toggleCodeFolding(state);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment