Skip to content

Commit 0ae2933

Browse files
author
Anatoliy Kmetyuk
committed
Small naming bug fixed
1 parent 9c12807 commit 0ae2933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subscript/subscript/swing/GraphicalDebugger.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ class GraphicalDebuggerApp extends SimpleSubscriptApplication with ScriptDebugge
384384
var resultW = 0d // drawn width of this subtree
385385
var childHCs = new ListBuffer[Double]
386386

387-
val isCurrentNode = currentMessage != null && currentMessage.node.asInstanceOf[CallGraphNode].index == n.index
387+
val isCurrentNode = currentMessage != null && currentMessage.node.asInstanceOf[CallGraphNodeTrait].index == n.index
388388
n match {
389389
case p:CallGraphParentNodeTrait =>
390390
val pcl=p.children.length

0 commit comments

Comments
 (0)