Commit before removing "above/below" checks on inventory dragging
I don't think these actually do anything EDIT: they are actually necessary
This commit is contained in:
@@ -19,10 +19,9 @@ data MouseContext
|
||||
| MouseMenuCursor
|
||||
| OverInvDrag {_mcoDragSection :: Int
|
||||
, _mcoMaybeSelect :: Maybe (Int,Int)
|
||||
, _mcoAboveSelect :: Maybe (Int,Int)
|
||||
, _mcoBelowSelect :: Maybe (Int,Int)
|
||||
-- , _mcoAboveSelect :: Maybe (Int,Int)
|
||||
-- , _mcoBelowSelect :: Maybe (Int,Int)
|
||||
}
|
||||
-- | OverInvDragSelect { _mcoSecSelStart :: (Int,Int), _mcoSelEnd :: Maybe Int }
|
||||
| OverInvDragSelect { _mcoSecSelStart :: Maybe (Int,Int), _mcoSelEnd :: Maybe Int }
|
||||
| OverInvSelect { _mcoInvSelect :: (Int,Int)}
|
||||
| OverCombFiltInv { _mcoInvFilt :: (Int,Int)}
|
||||
|
||||
Reference in New Issue
Block a user