Refactor close objects hud display
This commit is contained in:
@@ -26,7 +26,7 @@ drawSelectionSections sss ldp cfig =
|
||||
(_ldpScale ldp)
|
||||
0
|
||||
(foldMap
|
||||
(\ss -> fmap (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