Skip to content

Commit

Permalink
1. 0002959: FCTL_SETPANELDIRECTORY перерисовывает экран когда не надо.
Browse files Browse the repository at this point in the history
  • Loading branch information
zg0 committed Mar 5, 2015
1 parent 01a1d6e commit a26156c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion 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.

Expand Down
2 changes: 1 addition & 1 deletion far/filelist.cpp
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion far/panel.cpp
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4287)m4_dnl
m4_define(BUILD,4288)m4_dnl

0 comments on commit a26156c

Please sign in to comment.