Skip to content

Commit

Permalink
This does in fact work
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Apr 16, 2020
1 parent f870470 commit ace7a88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cascadia/TerminalControl/TSFInputControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ namespace winrt::Microsoft::Terminal::TerminalControl::implementation
const til::point windowOrigin{ til::math::flooring, windowBounds };

// Get the offset (margin + tabs, etc..) of the control within the window
// TODO: Test with a padding on the control. THIS IS IN DIPs
const til::point controlOrigin{ til::math::flooring,
this->TransformToVisual(nullptr).TransformPoint(Point(0, 0)) };

Expand Down

1 comment on commit ace7a88

@github-actions

This comment was marked as resolved.

Please sign in to comment.