8882cf360a
If you managed to press mouse button 4 exactly between two entries in the taglist, the taglist would jump by two tags instead of just one. This is because the mouse event was forwarded to both taglist items. This happened because the calculation in wibox' find_widgets() was wrong. If you have a widget at (1, 1) with a size of 1x1, then (1, 1) is the only point that this widget covers. However, the math also included the pixels (2, 1), (1, 2) and (2, 2) in the widget's extents. This is obviously wrong. Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
awful | ||
gears | ||
wibox | ||
beautiful.lua.in | ||
naughty.lua.in |