Skip to content

Commit

Permalink
1. уточнение 4676.
Browse files Browse the repository at this point in the history
  • Loading branch information
zg0 committed Jun 8, 2016
1 parent 8126926 commit dd2f4dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions far/changelog
@@ -1,3 +1,7 @@
zg 08.06.2016 15:46:48 +0200 - build 4696

1. уточнение 4676.

zg 02.06.2016 01:51:47 +0200 - build 4695

1. с форума: Если в диалоге начать записывать макрос (нажать Ctrl.), то индикатор записи макроса сразу не появляется,
Expand Down
2 changes: 1 addition & 1 deletion far/editor.cpp
Expand Up @@ -6966,7 +6966,7 @@ void Editor::SetCacheParams(EditorPosCache &pc, bool count_bom)

if (pc.cur.Line >= pc.cur.ScreenLine)
{
GoToLineAndShow(pc.cur.Line-pc.cur.ScreenLine);
GoToLine(pc.cur.Line-pc.cur.ScreenLine);
m_it_TopScreen = m_it_CurLine;

repeat(pc.cur.ScreenLine, [this](){ bool RefreshMe = false; ProcessKeyInternal(Manager::Key(KEY_DOWN), RefreshMe); });
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4695)m4_dnl
m4_define(BUILD,4696)m4_dnl

0 comments on commit dd2f4dd

Please sign in to comment.