sskodje / wpfchrometabs-mvvm

A tab control based on WPF chrome tabs, modified to work with the MVVM pattern
MIT License
256 stars 60 forks source link

AddButton don't work when Background is not set #8

Closed Revsol closed 8 years ago

Revsol commented 8 years ago

if you don't set the Background, the AddTabButton didn't work. He is there but not clickable.

sskodje commented 8 years ago

Unfortunately the hit test doesn't work on controls without a background. Try setting the background to Brushes.Transparent and it should work again.

Revsol commented 8 years ago

Currently it doesn't bother me, cause the Background is set by me. But it would be better when the background is set to Transparent as default.

sskodje commented 8 years ago

You are absolutely right, i had missed that in the default template. Thank you for pointing it out, i'll have it fixed in the next release.

Revsol commented 8 years ago

Great, thank you ;)

sskodje commented 8 years ago

This issue is fixed in version 1.2

Revsol commented 8 years ago

Works, thx ;)