Skip to content

Commit

Permalink
Merge pull request #574 from zooba/image
Browse files Browse the repository at this point in the history
Fixes image layout in interactive window.
  • Loading branch information
zooba committed Jul 9, 2015
2 parents 8af8cf6 + 23bbeb0 commit 2dd8ed8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ private void WriteImage(byte[] bytes) {
}

private void WriteFrameworkElement(UIElement control, Size desiredSize) {
Window.Write("");
Window.FlushOutput();

var caretPos = Window.TextView.Caret.Position.BufferPosition;
Expand Down

0 comments on commit 2dd8ed8

Please sign in to comment.