This commit is contained in:
2024-11-25 19:49:16 +00:00
parent 51caf936f4
commit 8ad91c7bac
4 changed files with 7 additions and 11 deletions
+1 -2
View File
@@ -144,8 +144,7 @@ drawDragSelected cfig w = do
drawDragSelecting :: Configuration -> World -> Maybe Picture
drawDragSelecting cfig w = do
OverInvDragSelect (i, j) mselend <- w ^? input . mouseContext
(a, b) <- mselend
guard $ i == a
b <- mselend
sss <- w ^? hud . hudElement . diSections
let idp = invDisplayParams w
let f x = selSecDrawCursorAt 15 idp BackdropCursor sss (i, x)