Skip to content

Commit

Permalink
Fixing debuggerDialog I broke migrating to dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Sep 9, 2023
1 parent 5bcfdca commit 35e5f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewTools-Debugger/StDebugger.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ StDebugger >> requestSuperclassOf: aClass to: aSuperclass [
classes size = 1 ifTrue: [ ^ classes first ].
^ (self application newSelect
display: [ :each | each name ];
item: classes;
items: classes;
title: 'Define selector in:';
openModal) ifNil: [ Abort signal ]
]
Expand Down

0 comments on commit 35e5f17

Please sign in to comment.