Skip to content

Commit

Permalink
1. RestoreScreen сразу восстанавливает содержимое экрана.
Browse files Browse the repository at this point in the history
  • Loading branch information
zg0 committed Mar 26, 2017
1 parent ec5262f commit c000e55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions far/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
zg 26.03.2017 14:48:27 +0200 - build 4925

1. RestoreScreen сразу восстанавливает содержимое экрана.

drkns 24.03.2017 18:18:14 +0000 - build 4924

1. Уточнение 4923.
Expand Down
3 changes: 3 additions & 0 deletions far/plugapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,10 @@ void WINAPI apiRestoreScreen(HANDLE hScreen) noexcept
Global->ScrBuf->FillBuf();

if (hScreen)
{
delete static_cast<SaveScreen*>(hScreen);
Global->ScrBuf->Flush();
}
}
catch (...)
{
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m4_define(BUILD,4924)m4_dnl
m4_define(BUILD,4925)m4_dnl

0 comments on commit c000e55

Please sign in to comment.