Implement telescoping inventory selection
This commit is contained in:
@@ -56,5 +56,5 @@ getIthYOffset ygap scale sm i = (scale * 10 + ygap) * (fromIntegral yint + 1)
|
||||
where
|
||||
yint = getIthPos i (sm ^. smShownItems)
|
||||
|
||||
selectionSectionsToIntMap :: SelectionSections a -> SelectionIntMap a
|
||||
selectionSectionsToIntMap ss = undefined
|
||||
--selectionSectionsToIntMap :: SelectionSections a -> SelectionIntMap a
|
||||
--selectionSectionsToIntMap ss = undefined
|
||||
|
||||
Reference in New Issue
Block a user