Skip to content

Commit

Permalink
Merge pull request #17109 from hernanmd/p13_nec_settingsOn_smallfix
Browse files Browse the repository at this point in the history
Use small fix from the settingsOn: version in NewTools.
  • Loading branch information
jecisc authored Sep 13, 2024
2 parents 5315d89 + 827e157 commit 3c4256d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NECompletion-Preferences/NECPreferences.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ NECPreferences class >> settingsOn: aBuilder [
default: self defaultPopupDelay;
label: 'Popup appearance delay'.
(aBuilder pickOne: #popupShowWithShortcut)
target: self;
default: self defaultPopupShortcut;
label: 'Popup appears with this shortcut';
domainValues: self availablePopupShortcuts.
Expand Down

0 comments on commit 3c4256d

Please sign in to comment.