Line wrapping is disabled by default

This commit is contained in:
Ryan Jensen 2024-03-07 20:51:53 -06:00
parent a6238e9f85
commit 8b0973c8ea

View File

@ -76,7 +76,7 @@ TextEditor::TextEditor(QWidget *parent) : ScintillaIFace(parent) {
setScrollWidthTracking(true);
setSizeAdjustPolicy(QAbstractScrollArea::AdjustToContents);
setWrapMode(SC_WRAP_WORD);
setWrapMode(SC_WRAP_NONE);
setMarginLeft(4);
setMarginTypeN(Staged, SC_MARGIN_SYMBOL);