diff --git a/far/changelog b/far/changelog index c8b30ab09e..731500ffe4 100644 --- a/far/changelog +++ b/far/changelog @@ -1,4 +1,8 @@ -drkns 04.03.2015 02:57:17 +0200 - build 4287 +zg 05.03.2015 03:31:02 +0200 - build 4288 + +1. 0002959: FCTL_SETPANELDIRECTORY перерисовывает экран когда не надо. + +drkns 04.03.2015 02:57:17 +0200 - build 4287 1. Уточнение 4280.2. diff --git a/far/filelist.cpp b/far/filelist.cpp index 50bedb2881..3220da30ed 100644 --- a/far/filelist.cpp +++ b/far/filelist.cpp @@ -2884,7 +2884,7 @@ bool FileList::ChangeDir(const string& NewDir,bool ResolvePath,bool IsUpdated,co if (GetFocus()) { Parent()->GetCmdLine()->SetCurDir(m_CurDir); - Parent()->GetCmdLine()->Show(); + Parent()->GetCmdLine()->Refresh(); } auto AnotherPanel = Parent()->GetAnotherPanel(this); diff --git a/far/panel.cpp b/far/panel.cpp index c63e3686a0..d1b3c14732 100644 --- a/far/panel.cpp +++ b/far/panel.cpp @@ -2762,7 +2762,7 @@ bool Panel::ExecShortcutFolder(string& strShortcutFolder, const GUID& PluginGuid if (CheckFullScreen!=SrcPanel->IsFullScreen()) Parent()->GetAnotherPanel(SrcPanel)->Show(); - SrcPanel->Redraw(); + SrcPanel->Refresh(); return true; } diff --git a/far/vbuild.m4 b/far/vbuild.m4 index 25decbaf2c..10e0a7012c 100644 --- a/far/vbuild.m4 +++ b/far/vbuild.m4 @@ -1 +1 @@ -m4_define(BUILD,4287)m4_dnl +m4_define(BUILD,4288)m4_dnl