Index: src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Forms/Charting/ChartSeriesTreeNodePresenter.cs =================================================================== diff -u -rfa9b36343401d44cb6813d7871903782d0dedec9 -rbe10200b635e5e09a18b4bb9ab40f1377c16feb8 --- src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Forms/Charting/ChartSeriesTreeNodePresenter.cs (.../ChartSeriesTreeNodePresenter.cs) (revision fa9b36343401d44cb6813d7871903782d0dedec9) +++ src/DeltaShell/DeltaShell.Plugins.CommonTools.Gui/Forms/Charting/ChartSeriesTreeNodePresenter.cs (.../ChartSeriesTreeNodePresenter.cs) (revision be10200b635e5e09a18b4bb9ab40f1377c16feb8) @@ -33,7 +33,6 @@ node.Tag = chartSeries; node.Checked = chartSeries.Visible; node.ShowCheckBox = true; - node.ContextMenuStrip = GetContextMenu(null, chartSeries); node.Image = GetImage(chartSeries); }