Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fullscreen panel redraw fix
  • Loading branch information
alabuzhev committed Jun 13, 2016
1 parent b7241a0 commit f23c864
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions far/changelog
@@ -1,3 +1,7 @@
drkns 13.06.2016 19:32:18 +0200 - build 4706

1. С форума: проблема с панелями Fullscreen view

zg 12.06.2016 21:04:46 +0200 - build 4705

1. после 4685 визуальные проблемы со скроллингом в редакторе мышкой.
Expand Down
2 changes: 1 addition & 1 deletion far/panel.cpp
Expand Up @@ -730,7 +730,7 @@ void Panel::Show()
SaveScr->AppendArea(AnotherPanel->SaveScr.get());
}

//if (AnotherPanel->IsFocused())
if (AnotherPanel->IsFocused())
{
if (AnotherPanel->IsFullScreen())
{
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4705)m4_dnl
m4_define(BUILD,4706)m4_dnl

0 comments on commit f23c864

Please sign in to comment.