fluentribbon / Fluent.Ribbon

WPF Ribbon control like in Office
http://fluentribbon.github.io
MIT License
2.54k stars 518 forks source link

Ensure that a tooltip added to the BackstageTabItem is only shown whe… #1097

Closed cbra-caa closed 1 year ago

cbra-caa commented 1 year ago

…n the user hovers over the Button.

Fixed by moving the tooltip inside the controltemplate, and disabling it content-wide.

Added test-case to the showcase.

Fix for #1096

batzen commented 1 year ago

Will review as soon as i can.

batzen commented 1 year ago

Thanks for contributing!