Skip to content

Commit

Permalink
1. 0002956: Падение Фара на старте после выхода с панелью быстрого пр…
Browse files Browse the repository at this point in the history
…осмотра.
  • Loading branch information
zg0 committed Mar 1, 2015
1 parent 1d1e3a1 commit 42cd547
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion 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.

Expand Down
6 changes: 3 additions & 3 deletions far/filepanels.cpp
Expand Up @@ -120,6 +120,9 @@ static void PrepareOptFolder(string &strSrc, int IsLocalPath_FarPath)

void FilePanels::Init(int DirCount)
{
CmdLine = std::make_unique<CommandLine>(shared_from_this());
TopMenuBar = std::make_unique<MenuBar>(shared_from_this());

SetPanelPositions(FileList::IsModeFullScreen(Global->Opt->LeftPanel.ViewMode),
FileList::IsModeFullScreen(Global->Opt->RightPanel.ViewMode));
LeftPanel->SetViewMode(Global->Opt->LeftPanel.ViewMode);
Expand Down Expand Up @@ -205,9 +208,6 @@ void FilePanels::Init(int DirCount)
}
}

CmdLine = std::make_unique<CommandLine>(shared_from_this());
TopMenuBar = std::make_unique<MenuBar>(shared_from_this());

#if 1

//! Âíà÷àëå "ïîêàçûâàåì" ïàññèâíóþ ïàíåëü
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4282)m4_dnl
m4_define(BUILD,4283)m4_dnl

0 comments on commit 42cd547

Please sign in to comment.