We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dd8ed8 + f19ec1f commit b29799eCopy full SHA for b29799e
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