diff --git a/far/changelog b/far/changelog index b184c5b2e6..49700251e6 100644 --- a/far/changelog +++ b/far/changelog @@ -1,4 +1,8 @@ -drkns 01.03.2015 02:12:37 +0200 - build 4282 +zg 01.03.2015 13:12:22 +0200 - build 4283 + +1. 0002956: Падение Фара на старте после выхода с панелью быстрого просмотра. + +drkns 01.03.2015 02:12:37 +0200 - build 4282 1. Уточнение 4280.2. diff --git a/far/filepanels.cpp b/far/filepanels.cpp index 603a53c6df..f306f0f289 100644 --- a/far/filepanels.cpp +++ b/far/filepanels.cpp @@ -120,6 +120,9 @@ static void PrepareOptFolder(string &strSrc, int IsLocalPath_FarPath) void FilePanels::Init(int DirCount) { + CmdLine = std::make_unique(shared_from_this()); + TopMenuBar = std::make_unique(shared_from_this()); + SetPanelPositions(FileList::IsModeFullScreen(Global->Opt->LeftPanel.ViewMode), FileList::IsModeFullScreen(Global->Opt->RightPanel.ViewMode)); LeftPanel->SetViewMode(Global->Opt->LeftPanel.ViewMode); @@ -205,9 +208,6 @@ void FilePanels::Init(int DirCount) } } - CmdLine = std::make_unique(shared_from_this()); - TopMenuBar = std::make_unique(shared_from_this()); - #if 1 //! "" diff --git a/far/vbuild.m4 b/far/vbuild.m4 index 25564a4e6d..37cefc075f 100644 --- a/far/vbuild.m4 +++ b/far/vbuild.m4 @@ -1 +1 @@ -m4_define(BUILD,4282)m4_dnl +m4_define(BUILD,4283)m4_dnl