Skip to content

Commit

Permalink
search model: fix slip for specialMatchStrategyMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jun 19, 2024
1 parent db5869b commit ea3c1af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matchStrategyMenu: menu
menu addLine.
length := menu items size.
self menu: menu for: #specialMatchStrategyMenu.
menu items size > length ifFalse:
[menu lastItem delete].
menu items size > length ifFalse:
[menu lastSubmorph delete].

^ menu
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"matchStrategyAbbreviation" : "ct 8/29/2023 13:18",
"matchStrategyHelp" : "ct 6/17/2021 19:18",
"matchStrategyLabel" : "ct 6/17/2021 19:18",
"matchStrategyMenu:" : "ct 6/19/2024 16:39",
"matchStrategyMenu:" : "ct 6/20/2024 00:57",
"matchesCase" : "ct 6/17/2021 14:16",
"matchesCase:" : "ct 6/18/2021 00:06",
"matchesExact" : "ct 6/17/2021 15:16",
Expand Down

0 comments on commit ea3c1af

Please sign in to comment.