Allow for scrolling in combine regex
This commit is contained in:
@@ -114,6 +114,6 @@ enterCombineInv w = w & hud . hudElement . subInventory .~ CombineInventory sm
|
||||
sm = initialSelPos $ SelectionIntMap
|
||||
{ _smItems = combineList w
|
||||
, _smSelPos = Nothing
|
||||
, _smRegex = NoSMRegex
|
||||
, _smRegex = Nothing
|
||||
, _smShownItems = IM.fromAscList $ zip [0..] (combineList w)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user