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

Window dragging, drags a new Tab after adding #11

Closed Revsol closed 8 years ago

Revsol commented 8 years ago

If you have only one Tab, you can move the whole Window with that tab, but if you add a new Tab after the dragging, you drag that new Tab directly after adding. It's reproduceable in the Demo.

sskodje commented 8 years ago

It was a variable that was not set to null like it should when dragging the window. I updated the source with the fix.

Revsol commented 8 years ago

Great, thx. When do you upload it to NuGet?

sskodje commented 8 years ago

It should be updated on nuget now

Revsol commented 8 years ago

Works like a charm ;)