LeifUK / OpenControls.Wpf

The OpenControl.Wpf project is a library of useful WPF controls. They are free to use and distribute but please add my name and a link to this page to your application credits page.
77 stars 39 forks source link

Fix for issue #10 #11

Open dmitry-lipetsk opened 2 years ago

dmitry-lipetsk commented 2 years ago

Minimal solution to issue #10 through correction of FloatingPaneManager.RegisterFloatingPane.

One moment. This method is called from a couple of methods with name Show

public void Show(FloatingDocumentPaneGroup floatingDocumentPaneGroup) public void Show(FloatingToolPaneGroup floatingToolPaneGroup)

I think these methods need to rename to RegisterFloatingPane or AddFloatingPane ...