Skip to content

Commit

Permalink
Make sure we resize the region even when the drag bar didn't ch… (#3214)
Browse files Browse the repository at this point in the history
Fixes #3207.
  • Loading branch information
DHowett authored and miniksa committed Oct 17, 2019
1 parent 6f7ad99 commit d80500f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cascadia/WindowsTerminal/NonClientIslandWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ void NonClientIslandWindow::Initialize()
_dragBar = _titlebar.DragBar();

_dragBar.SizeChanged({ this, &NonClientIslandWindow::OnDragBarSizeChanged });
_rootGrid.SizeChanged({ this, &NonClientIslandWindow::OnDragBarSizeChanged });

_rootGrid.Children().Append(_titlebar);

Expand Down

0 comments on commit d80500f

Please sign in to comment.