Skip to content

Commit

Permalink
Merge pull request #575 from zooba/master
Browse files Browse the repository at this point in the history
Fixes VS 2013 build break. The extra write is unnecessary with the ol…
  • Loading branch information
zooba committed Jul 9, 2015
2 parents 2dd8ed8 + f19ec1f commit b29799e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,9 @@ private void WriteImage(byte[] bytes) {
}

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

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

0 comments on commit b29799e

Please sign in to comment.