From afeafaf255d5541f79837d355c01d3791dc898f0 Mon Sep 17 00:00:00 2001 From: Soufyane Labsari <75275113+LABSARI@users.noreply.github.com> Date: Fri, 25 Aug 2023 11:53:37 +0200 Subject: [PATCH] Fix #889 --- src/MooseIDE-Dependency/MiHArchitecturalMapStyle.class.st | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/MooseIDE-Dependency/MiHArchitecturalMapStyle.class.st b/src/MooseIDE-Dependency/MiHArchitecturalMapStyle.class.st index 228565d15..7b93a6485 100644 --- a/src/MooseIDE-Dependency/MiHArchitecturalMapStyle.class.st +++ b/src/MooseIDE-Dependency/MiHArchitecturalMapStyle.class.st @@ -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 [