diff --git a/python/src/com/jetbrains/commandInterface/console/CommandConsole.java b/python/src/com/jetbrains/commandInterface/console/CommandConsole.java index 819293b9d2bd..aef12c255109 100644 --- a/python/src/com/jetbrains/commandInterface/console/CommandConsole.java +++ b/python/src/com/jetbrains/commandInterface/console/CommandConsole.java @@ -134,6 +134,7 @@ final class CommandConsole extends LanguageConsoleImpl implements Consumer "); - ApplicationManager.getApplication().invokeAndWait(new Runnable() { @Override public void run() { notifyStateChangeListeners(); + configureLeftBorder(true, getConsoleEditor(), getHistoryViewer()); setLanguage(CommandLineLanguage.INSTANCE); final CommandLineFile file = PyUtil.as(getFile(), CommandLineFile.class); resetConsumer(null); @@ -190,11 +190,11 @@ final class CommandConsole extends LanguageConsoleImpl implements Consumer