Navigation Menu

Skip to content

Commit

Permalink
1. При определённых манипуляциях с QuickView могло происходить странное.
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Mar 1, 2015
1 parent 42cd547 commit 8f4dc58
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion far/changelog
@@ -1,4 +1,8 @@
zg 01.03.2015 13:12:22 +0200 - build 4283
drkns 01.03.2015 16:17:34 +0200 - build 4284

1. При определённых манипуляциях с QuickView могло происходить странное.

zg 01.03.2015 13:12:22 +0200 - build 4283

1. 0002956: Падение Фара на старте после выхода с панелью быстрого просмотра.

Expand Down
2 changes: 2 additions & 0 deletions far/qview.cpp
Expand Up @@ -435,6 +435,8 @@ void QuickView::ShowFile(const string& FileName, bool TempFile, PluginHandle* hD
return;
}

m_CurDir = Parent()->GetAnotherPanel(this)->GetCurDir();

string FileFullName = FileName;
if (!hDirPlugin) ConvertNameToFull(FileFullName, FileFullName);

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

0 comments on commit 8f4dc58

Please sign in to comment.