Skip to content

Commit

Permalink
derp;
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Apr 4, 2024
1 parent 194f37e commit aa6f9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalApp/Pane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ void Pane::_ManipulationStartedHandler(const winrt::Windows::Foundation::IInspec
// If we clicked on the control. bail, and don't allow any manipulations
// for this series of events.
_shouldManipulate = !((transformInControlSpace.X >= 0 && transformInControlSpace.X < contentSize.x) &&
(transformInControlSpace.Y >= 0 && transformInControlSpace.Y < contentSize.y))
(transformInControlSpace.Y >= 0 && transformInControlSpace.Y < contentSize.y));
}

// Handler for the _root's ManipulationDelta event. This is the event raised
Expand Down

0 comments on commit aa6f9bc

Please sign in to comment.