Skip to content

Commit

Permalink
Merge branch 'dev/migrie/oop/3/akallabeth' into dev/migrie/oop/3/an-u…
Browse files Browse the repository at this point in the history
…nexpected-party
  • Loading branch information
zadjii-msft committed Mar 2, 2023
2 parents 8c5bfb5 + 491fa62 commit 796a02e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cascadia/TerminalApp/TerminalPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4539,6 +4539,8 @@ namespace winrt::TerminalApp::implementation
void TerminalPage::_onTabDragStarting(winrt::Microsoft::UI::Xaml::Controls::TabView sender,
winrt::Microsoft::UI::Xaml::Controls::TabViewTabDragStartingEventArgs e)
{
// Get the tab impl from this event.
auto eventTab = e.Tab();
auto tabBase = _GetTabByTabViewItem(eventTab);
winrt::com_ptr<TabBase> tabImpl;
tabImpl.copy_from(winrt::get_self<TabBase>(tabBase));
Expand Down

0 comments on commit 796a02e

Please sign in to comment.