We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd8ed8 commit f19ec1fCopy full SHA for f19ec1f
Python/Product/PythonTools/PythonTools/Repl/BasePythonReplEvaluator.cs
@@ -624,7 +624,9 @@ private void WriteImage(byte[] bytes) {
624
}
625
626
private void WriteFrameworkElement(UIElement control, Size desiredSize) {
627
+#if DEV14_OR_LATER
628
Window.Write("");
629
+#endif
630
Window.FlushOutput();
631
632
var caretPos = Window.TextView.Caret.Position.BufferPosition;
0 commit comments