From 713ea71725d0a0425a1c77329b4d42ad29acc3a3 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Fri, 3 Feb 2023 09:10:17 -0600 Subject: [PATCH] Revert "this is important for moving, yknow, the panes" This reverts commit 0a6c21fed01228afe7540ac2d8564cb03d7fb4c5. --- src/cascadia/TerminalApp/TerminalTab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cascadia/TerminalApp/TerminalTab.cpp b/src/cascadia/TerminalApp/TerminalTab.cpp index e05e5521eac..6ca9981c898 100644 --- a/src/cascadia/TerminalApp/TerminalTab.cpp +++ b/src/cascadia/TerminalApp/TerminalTab.cpp @@ -442,7 +442,7 @@ namespace winrt::TerminalApp::implementation { // Give initial ids (0 for the child created with this tab, // 1 for the child after the first split. - auto state = _rootPane->BuildStartupActions(0, 1, asContent); + auto state = _rootPane->BuildStartupActions(0, 1); { ActionAndArgs newTabAction{};