Gniang / RoundedTB

Add margins, rounded corners and segments to your taskbars!
GNU General Public License v3.0
282 stars 9 forks source link

Dynamic mode is not applied during taskbar auto-hide if two monitors are vertically stacked #12

Open theseanl opened 9 months ago

theseanl commented 9 months ago

Here is a screen recording demonstrating the issue. https://github.com/Gniang/RoundedTB/assets/22858651/f7ea3cdf-7ae1-4819-9f56-ee042a2dab5f

I have a secondary monitor stacked below a primary monitor as follows.

display_conf

When a taskbar starts to hide, it loses the rounded styling enforced by RoundedTB. This is demonstrated in the screen recording above. (The recording only shows the content of the primary monitor)

If I remove the secondary monitor, the auto-hide animation is as expected, nice and smooth. I would greatly appreciate if you could have a look on this issue. I can try to debug on my computer if an appropriate pointers are provided.

Thank you for maintaining a fork and reading this!