Skip to content

Commit

Permalink
yea that was a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Mar 24, 2023
1 parent 923cb24 commit 1591df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/WindowsTerminal/WindowEmperor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void WindowEmperor::_createNewWindowThread(const Remoting::WindowRequestedArgs&

if (auto self{ weakThis.lock() })
{
self->_windowStartedHandler(window);
self->_windowStartedHandlerPostXAML(window);
}

window->RunMessagePump();
Expand Down

0 comments on commit 1591df0

Please sign in to comment.