Skip to content

Commit

Permalink
b4596 -- Уточнение 4595. Переключение только при активной панели инфо…
Browse files Browse the repository at this point in the history
…рмации.
  • Loading branch information
w17 committed Mar 24, 2016
1 parent ab3a7cf commit a77db14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
6 changes: 5 additions & 1 deletion far/changelog
@@ -1,4 +1,8 @@
w17 24.03.2016 16:14:28 +0300 - build 4595
w17 24.03.2016 17:14:32 +0300 - build 4596

1. Уточнение 4595. Переключение только при активной панели информации.

w17 24.03.2016 16:14:28 +0300 - build 4595

1. Продолжение 4590, 4594 переключение по Ctrl-Shift-S.

Expand Down
12 changes: 0 additions & 12 deletions far/filepanels.cpp
Expand Up @@ -537,18 +537,6 @@ int FilePanels::ProcessKey(const Manager::Key& Key)
}
break;
}
case KEY_CTRLSHIFTS:
case KEY_RCTRLSHIFTS:
{
if (ActivePanel()->IsVisible())
{
if (ActivePanel()->GetType() == panel_type::INFO_PANEL)
ActivePanel()->ProcessKey(Key);
else if (PassivePanel()->IsVisible() && PassivePanel()->GetType() == panel_type::INFO_PANEL)
PassivePanel()->ProcessKey(Key);
}
break;
}
case KEY_CTRLO:
case KEY_RCTRLO:
{
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4595)m4_dnl
m4_define(BUILD,4596)m4_dnl

0 comments on commit a77db14

Please sign in to comment.