Dirkster99 / AvalonDock

Our own development branch of the well known WPF document docking library
Microsoft Public License
1.39k stars 318 forks source link

Simplified FloatingWindowContentHost to ContentControl #470

Closed xoma-zver closed 8 months ago

xoma-zver commented 8 months ago

This PR introduces a change to the base class of FloatingWindowContentHost by simplifying it to ContentControl. The purpose of this modification is to address the flickering issue of the floating window's title, which was described in bug #85.

Additional Information: This change resolves issue #85 and does not reintroduce bug #345.