From 89bea874e30468885393b3e6d1978a9255171d2f Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Thu, 30 Nov 2017 10:29:53 +0100 Subject: [PATCH 1/2] Graph panel widget: the legend context menu now works again (#1478). --- ...lationexperimentviewinformationgraphpanelandgraphswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp b/src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp index 1d2200ca24..754448952c 100644 --- a/src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp +++ b/src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationgraphpanelandgraphswidget.cpp @@ -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()); } From 4702f7165744c28b8879b6e9a9a070dab058ff4f Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Thu, 30 Nov 2017 10:34:57 +0100 Subject: [PATCH 2/2] Slight updates to our downloads pages (#1478). --- doc/downloads/index.js | 3 +-- doc/downloads/previousSnapshots.js | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/doc/downloads/index.js b/doc/downloads/index.js index 8eaa8add1d..27ee8e95cd 100644 --- a/doc/downloads/index.js +++ b/doc/downloads/index.js @@ -37,8 +37,7 @@ var jsonData = { "versions": [ } ], "changes": [ - { "change": "Graph panel widget: now prevent the plot canvas can from becoming black in some cases (see issue #1475)." }, - { "change": "Simulation Experiment view: can now distinguish between the background colour of the plot area and that of the surrounding area (see issue #1473)." } + { "change": "Graph panel widget: got the legend context menu to work again (see issue #1478)." } ] }, { "major": 0, "minor": 4, "patch": 1, "day": 20, "month": 5, "year": 2015, "type": 0, diff --git a/doc/downloads/previousSnapshots.js b/doc/downloads/previousSnapshots.js index ce40cd8669..eb5c77ca23 100644 --- a/doc/downloads/previousSnapshots.js +++ b/doc/downloads/previousSnapshots.js @@ -1,4 +1,27 @@ var jsonData = { "versions": [ + { "major": 0, "minor": 0, "patch": 0, "day": 29, "month": 11, "year": 2017, "type": 2, + "platforms": [ + { "name": "Windows", "supported": "Windows 7 and later", + "files": [ + { "extension": ".exe" }, { "extension": ".zip" } + ] + }, + { "name": "Linux", "supported": "Ubuntu 16.04 LTS (Xenial Xerus) and later", + "files": [ + { "extension": ".tar.gz" } + ] + }, + { "name": "macOS", "supported": "OS X 10.10 (Yosemite) and later", + "files": [ + { "extension": ".dmg" }, { "extension": ".zip" } + ] + } + ], + "changes": [ + { "change": "Graph panel widget: now prevent the plot canvas can from becoming black in some cases (see issue #1475)." }, + { "change": "Simulation Experiment view: can now distinguish between the background colour of the plot area and that of the surrounding area (see issue #1473)." } + ] + }, { "major": 0, "minor": 0, "patch": 0, "day": 28, "month": 11, "year": 2017, "type": 2, "platforms": [ { "name": "Windows", "supported": "Windows 7 and later",