Start adding mouse control of inventory
This commit is contained in:
@@ -61,7 +61,7 @@ determineInvSelCursorWidth w = case _rbOptions w of
|
||||
| otherwise -> topInvW
|
||||
where
|
||||
hasnosubinv = case w ^? hud . hudElement . subInventory of
|
||||
Just NoSubInventory -> True
|
||||
Just NoSubInventory{} -> True
|
||||
_ -> False
|
||||
|
||||
optionListDisplayParams :: ListDisplayParams
|
||||
|
||||
Reference in New Issue
Block a user