Changeset 12740
- Timestamp:
- 27.10.2009 14:28:58 (4 weeks ago)
- Files:
-
- 1 modified
-
trunk/GUI/GraphMenu.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/GUI/GraphMenu.hs
r12657 r12740 67 67 ) 68 68 . (\ 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) 72 71 ) 73 72 ) listDGNodeTypes