icsharpcode / AvalonEdit

The WPF-based text editor component used in SharpDevelop
http://avalonedit.net/
MIT License
1.85k stars 469 forks source link

Assign tooltip variable to ToolTip object of FrameworkElement to fix a bug that styling could not applied to the Tooltip. #383

Closed boelew closed 1 year ago

boelew commented 1 year ago

Assign tooltip variable to ToolTip object of FrameworkElement so that the tooltip can be styled. Previously it was not part of the WPF visual tree of the containing Window.

boelew commented 1 year ago

Was not necessary.