mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-21 12:54:42 +02:00
[BUG_FIXED] Fix a smart indent bug.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1301 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
80da43da5c
commit
724586149a
@ -2422,7 +2422,6 @@ void Notepad_plus::maintainIndentation(TCHAR ch)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (indentAmountPrevLine)
|
|
||||||
_pEditView->setLineIndent(curLine, indentAmountPrevLine);
|
_pEditView->setLineIndent(curLine, indentAmountPrevLine);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user