aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 4d10b6272..8f334d534 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -21,7 +21,6 @@
#include "Partitioning.h"
#include "RunStyles.h"
#include "ContractionState.h"
-#include "SVector.h"
#include "CellBuffer.h"
#include "KeyMap.h"
#include "Indicator.h"
@@ -4110,6 +4109,7 @@ void Editor::NewLine() {
}
}
SetLastXChosen();
+ SetScrollBars();
EnsureCaretVisible();
// Avoid blinking during rapid typing:
ShowCaretAtCurrentPosition();