Simplify selection menu, remove overlapping
This commit is contained in:
@@ -100,7 +100,6 @@ colStrToSelItem (col, str) =
|
||||
, _siIsSelectable = True
|
||||
, _siColor = col
|
||||
, _siOffX = 0
|
||||
, _siOffY = 0
|
||||
, _siPayload = id
|
||||
}
|
||||
|
||||
@@ -121,7 +120,6 @@ menuOptionToSelectionItem w padAmount mo =
|
||||
, _siIsSelectable = isselectable
|
||||
, _siColor = thecol
|
||||
, _siOffX = 0
|
||||
, _siOffY = 0
|
||||
, _siPayload = (f, g)
|
||||
}
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user