Skip to content

Commit

Permalink
1. 0003213: Время перерисовки редактора почему-то становится пропорци…
Browse files Browse the repository at this point in the history
…онально размеру файла.
  • Loading branch information
zg0 committed Apr 13, 2016
1 parent 956ed9f commit e517641
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion far/changelog
@@ -1,4 +1,8 @@
zg 13.04.2016 23:39:18 +0200 - build 4620
zg 14.04.2016 00:25:20 +0200 - build 4621

1. 0003213: Время перерисовки редактора почему-то становится пропорционально размеру файла.

zg 13.04.2016 23:39:18 +0200 - build 4620

1. 0003212: Зависание при вызове ShowHelp/DialogRun после VCTL_QUIT/ECTL_QUIT.

Expand Down
1 change: 1 addition & 0 deletions far/editor.cpp
Expand Up @@ -7356,6 +7356,7 @@ void Editor::SortColorUnlock()

if (SortColorLockCount == 0 && SortColorUpdate)
{
SortColorUpdate = false;
std::for_each(ALL_RANGE(Lines), std::mem_fn(&Edit::SortColorUnlocked));
}
}
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4620)m4_dnl
m4_define(BUILD,4621)m4_dnl

0 comments on commit e517641

Please sign in to comment.