[Feature Request] Emphasizing before applying style
p3lim opened this issue ยท 3 comments
Right here you emphasize after the bar has been styled, could you please apply this before styling the bar?
This way the style can determine if the bar is emphasized or not (useful for pixel-perfect borders).
Actually, the bar is reused for emphasizing so my original idea here won't work.
Is there some callback for when a bar has been emphasized?
Only thing I could see would be using hooksecurefunc
on some of the Bars plugins' methods.