LemonBoy / bar

A featherweight, lemon-scented, bar based on xcb
MIT License
1.63k stars 194 forks source link

Too many clickable areas bug out the panel #177

Closed fbt closed 8 years ago

fbt commented 8 years ago

All is well: https://8fw.me/hell/e69ceb6a3b3a739d885eed1f9e6b0f8717dfd459.png

But add another area and bam: https://8fw.me/hell/8b1401a957005d4a263e22a82ac5c5b2083c4eb2.png

I'm using HEAD. The script is my own frozenbar, specifically the one causing it is the taskbar module. If I remove the clickable areas from the titles, it works as intended:

https://8fw.me/hell/e74a6ba10cbb5ba5201dcf2aafcf1ec286dba3dc.png

fbt commented 8 years ago

I should add that this was not the case in 1.1

neeasade commented 8 years ago

there is a flag to set the number of clickable areas -a, which defaults to 10

fbt commented 8 years ago

Yeah, I've encountered that commit while trying to figure out which one introduced the behaviour. So nvm, it's just me being stupid.