Simplify selection menu, remove overlapping
This commit is contained in:
@@ -90,7 +90,6 @@ data SelectionItem a
|
||||
, _siIsSelectable :: Bool
|
||||
, _siColor :: Color
|
||||
, _siOffX :: Int
|
||||
, _siOffY :: Int
|
||||
, _siPayload :: a
|
||||
}
|
||||
| SelectionInfo
|
||||
@@ -99,7 +98,6 @@ data SelectionItem a
|
||||
, _siIsSelectable :: Bool
|
||||
, _siColor :: Color
|
||||
, _siOffX :: Int
|
||||
, _siOffY :: Int
|
||||
}
|
||||
|
||||
makeLenses ''ListDisplayParams
|
||||
|
||||
Reference in New Issue
Block a user