diff --git a/PowerEditor/src/Notepad_plus.cpp b/PowerEditor/src/Notepad_plus.cpp index 4197b0bfb..78626ed42 100644 --- a/PowerEditor/src/Notepad_plus.cpp +++ b/PowerEditor/src/Notepad_plus.cpp @@ -341,6 +341,10 @@ LRESULT Notepad_plus::init(HWND hwnd) _subEditView.execute(SCI_SETMARGINLEFT, 0, svp._paddingLeft); _subEditView.execute(SCI_SETMARGINRIGHT, 0, svp._paddingRight); + // Improvement of the switching into the wrapped long line document + _mainEditView.execute(SCI_STYLESETCHECKMONOSPACED, STYLE_DEFAULT, true); + _subEditView.execute(SCI_STYLESETCHECKMONOSPACED, STYLE_DEFAULT, true); + TabBarPlus::doDragNDrop(true); if (_toReduceTabBar)