From 2ba6b377defac1e1d5a7c10deb454f0b0b740646 Mon Sep 17 00:00:00 2001 From: Vadim Yegorov Date: Thu, 19 May 2016 15:09:24 +0000 Subject: [PATCH] =?UTF-8?q?1.=20=D0=B0=D1=80=D1=82=D0=B5=D1=84=D0=B0=D0=BA?= =?UTF-8?q?=D1=82=D1=8B=20=D0=BF=D1=80=D0=B8=20altf9=20=D0=B8=D0=B7=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=B1=D0=BE=D0=B1=D0=BE=D0=BA=D1=81=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- far/changelog | 6 +++++- far/manager.cpp | 9 +++------ far/vbuild.m4 | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/far/changelog b/far/changelog index a88413a9cb..b772018427 100644 --- a/far/changelog +++ b/far/changelog @@ -1,4 +1,8 @@ -drkns 19.05.2016 01:35:59 +0200 - build 4680 +zg 19.05.2016 18:08:09 +0200 - build 4681 + +1. артефакты при altf9 из комбобокса. + +drkns 19.05.2016 01:35:59 +0200 - build 4680 1. Уточнение 4679. diff --git a/far/manager.cpp b/far/manager.cpp index 83d9fda7fd..c43a686b07 100644 --- a/far/manager.cpp +++ b/far/manager.cpp @@ -271,10 +271,8 @@ BOOL Manager::ExitAll() void Manager::RefreshAll() { - if (!m_windows.empty()) - { - RefreshWindow(m_windows.front()); - } + std::for_each(CONST_RANGE(m_windows, ii) { RefreshWindow(ii); }); + std::for_each(CONST_RANGE(m_modalWindows, ii) { RefreshWindow(ii); }); } void Manager::CloseAll() @@ -1223,8 +1221,7 @@ void Manager::ResizeAllWindows() std::for_each(ALL_CONST_RANGE(m_windows), std::mem_fn(&window::ResizeConsole)); std::for_each(ALL_CONST_RANGE(m_modalWindows), std::mem_fn(&window::ResizeConsole)); - ImmediateHide(); - RefreshWindow(); + RefreshAll(); Global->ScrBuf->Unlock(); } diff --git a/far/vbuild.m4 b/far/vbuild.m4 index 9540a46bf3..c4622eb466 100644 --- a/far/vbuild.m4 +++ b/far/vbuild.m4 @@ -1 +1 @@ -m4_define(BUILD,4680)m4_dnl +m4_define(BUILD,4681)m4_dnl