Tweak main inventory display, have not solved space leak

This commit is contained in:
2025-01-05 15:48:30 +00:00
parent 51297d0cb2
commit 2f30163c2f
8 changed files with 804835 additions and 853615 deletions
+2 -1
View File
@@ -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) ->