Allow filtering of combinations with mouse click on inventory
This commit is contained in:
@@ -162,13 +162,13 @@ defaultDisplayInventory =
|
||||
DisplayInventory
|
||||
{ _subInventory = NoSubInventory
|
||||
{_nsSelected = MouseInvNothing
|
||||
, _nsMouseOver = Just (0,3)
|
||||
}
|
||||
, _diSections = defaultInvSections
|
||||
, _diSelection = Just (1,0)
|
||||
, _diSelectionExtra = 0
|
||||
, _diInvFilter = mempty
|
||||
, _diCloseFilter = mempty
|
||||
, _diMouseOver = Nothing
|
||||
}
|
||||
|
||||
defaultInvSections :: IM.IntMap (SelectionSection ())
|
||||
|
||||
Reference in New Issue
Block a user