realistschuckle / wpfchrometabs

A WPF Control that duplicates the tabs found in Google Chrome.
MIT License
88 stars 38 forks source link

The last tab is not closed if window is not maximized #4

Open NickVovos opened 6 years ago

NickVovos commented 6 years ago

If the window is maximized I can close all the tabs. If it isn't (maximized) ,the last tab cannot be closed (HandleCloseTabCommand is not called) I'll try to fix this if I can