Tweak main inventory display, have not solved space leak
This commit is contained in:
@@ -26,7 +26,8 @@ drawSelectionSections sss ldp cfig =
|
||||
(_ldpScale ldp)
|
||||
0
|
||||
(foldMap
|
||||
(\ss -> translate (100*fromIntegral (_ssIndent ss)) 0 <$> _ssShownItems ss) sss)
|
||||
(\ss -> translate (100*fromIntegral (_ssIndent ss)) 0 <$>
|
||||
(_ssShownItems ss)) sss)
|
||||
|
||||
drawSSCursor ::
|
||||
IM.IntMap (SelectionSection a) ->
|
||||
|
||||
Reference in New Issue
Block a user