Tweak mouseover display to (partially) work during filtering
This commit is contained in:
@@ -203,7 +203,8 @@ inverseSelSecYint yint sss = do
|
||||
then inverseSelSecYint (yint - l) othersss
|
||||
else do
|
||||
let ls = L.postscan (L.premap _siHeight L.sum) (_ssItems ss)
|
||||
j <- L.fold (L.findIndex (\x -> x - _ssOffset ss > yint)) ls
|
||||
--j <- L.fold (L.findIndex (\x -> x - _ssOffset ss > yint)) ls
|
||||
(j,_) <- L.fold (L.find (\(_,x) -> x - _ssOffset ss > yint)) $ IM.toList ls
|
||||
return (i, j)
|
||||
|
||||
inverseSelSecYintXPosCheck ::
|
||||
|
||||
Reference in New Issue
Block a user