Make selection cursors use selection item width
This commit is contained in:
@@ -38,8 +38,8 @@ type IMSS a = IntMap (SelectionSection a)
|
||||
|
||||
data SelectionWidth
|
||||
= FixedSelectionWidth Int
|
||||
| VariableSelectionWidth (Int -> Int)
|
||||
| UseMaxSelectionItemWidth
|
||||
-- | UseMaxSelectionItemWidth
|
||||
| UseItemWidth
|
||||
|
||||
data SelectionItem a
|
||||
= SelectionItem
|
||||
|
||||
Reference in New Issue
Block a user