Changeset 12740

Show
Ignore:
Timestamp:
27.10.2009 14:28:58 (4 weeks ago)
Author:
maeder
Message:

changed circles for internal nodes to ellipses

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/GUI/GraphMenu.hs

    r12657 r12740  
    6767    ) 
    6868  . (\ n -> case nonRefType n of -- Add shape 
    69       RefType                               -> (n, Box) 
    70       NonRefType { isInternalSpec = True }  -> (n, Circle) 
    71       NonRefType { isInternalSpec = False } -> (n, Ellipse) 
     69      RefType -> (n, Box) 
     70      NonRefType {} -> (n, Ellipse) 
    7271    ) 
    7372  ) listDGNodeTypes