Cleanup
This commit is contained in:
@@ -38,7 +38,7 @@ drawOptions ::
|
||||
-- | Title
|
||||
String ->
|
||||
Maybe Int ->
|
||||
SelectionList a ->
|
||||
[SelectionItem a] ->
|
||||
Picture
|
||||
drawOptions ldps cfig title msel sl =
|
||||
darkenBackground cfig
|
||||
@@ -46,7 +46,7 @@ drawOptions ldps cfig title msel sl =
|
||||
<> drawSelectionList ldps cfig sl
|
||||
<> translateScreenPos cfig (ldps ^. ldpPos) (drawCursorAt
|
||||
msel
|
||||
(sl ^. slItems)
|
||||
sl
|
||||
ldps
|
||||
(BoundaryCursor [North, South])
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user