Skip to content

Commit

Permalink
Graph panel widget: the legend context menu now works again (#1478).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 30, 2017
1 parent 641e101 commit 89bea87
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -790,7 +790,7 @@ void SimulationExperimentViewInformationGraphPanelAndGraphsWidget::toggleLegend(
{
// Toggle our legend property

Core::Property *legendProperty = mGraphPanelPropertyEditor->properties()[4];
Core::Property *legendProperty = mGraphPanelPropertyEditor->properties()[3];

legendProperty->setBooleanValue(!legendProperty->booleanValue());
}
Expand Down

0 comments on commit 89bea87

Please sign in to comment.