Skip to content

Commit 06cb87c

Browse files
committed
Correct moose group printing in moose inspector.
1 parent ea9778d commit 06cb87c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MooseIDE-NewTools/MooseObject.extension.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ MooseObject >> navigationItemsFromPragmas [
6666
[ :pragma |
6767
pragma argumentNamed: #navigation ]
6868
ascending) collect: [ :pragma |
69-
pragma
69+
pragma inspectorToString
7070
->
7171
([
7272
self mooseInterestingEntity perform:

0 commit comments

Comments
 (0)