mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-04-08 17:15:37 +02:00
Remove unnecessary operation
This commit is contained in:
parent
e5cf1abeb9
commit
d809c1d2dc
@ -293,7 +293,7 @@ void DocumentMap::doMove()
|
||||
|
||||
void DocumentMap::fold(size_t line, bool foldOrNot)
|
||||
{
|
||||
_pMapView->fold(line, foldOrNot);
|
||||
_pMapView->fold(line, foldOrNot, false);
|
||||
}
|
||||
|
||||
void DocumentMap::foldAll(bool mode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user