Skip to content

Commit

Permalink
Fix #889
Browse files Browse the repository at this point in the history
  • Loading branch information
LABSARI committed Aug 25, 2023
1 parent 020228d commit afeafaf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/MooseIDE-Dependency/MiHArchitecturalMapStyle.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Class {
#category : #'MooseIDE-Dependency-ArchitecturalMap'
}

{ #category : #'public - hooks' }
MiHArchitecturalMapStyle >> boxChildrenColorFor: anHNode [

^ anHNode level odd
ifTrue: [ Color lightGray ]
ifFalse: [ Color veryLightGray ]
]

{ #category : #private }
MiHArchitecturalMapStyle >> colorFor: node [

Expand Down

0 comments on commit afeafaf

Please sign in to comment.