Browse Source

Show graph if are vertexes.

pull/21/head
Eusebiu Marcu 14 years ago
parent
commit
34761a4837
  1. 3
      src/AddIns/Debugger/Debugger.AddIn/Pads/ParallelPad/ParallelStackPad.cs

3
src/AddIns/Debugger/Debugger.AddIn/Pads/ParallelPad/ParallelStackPad.cs

@ -118,7 +118,8 @@ namespace ICSharpCode.SharpDevelop.Gui.Pads @@ -118,7 +118,8 @@ namespace ICSharpCode.SharpDevelop.Gui.Pads
AddChildren(stack);
}
surface.SetGraph(graph);
if (graph.VertexCount > 0)
surface.SetGraph(graph);
}
}

Loading…
Cancel
Save