Tolto il Lock
git-svn-id: svn://10.65.10.50/trunk@1289 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
6a2cfb0e61
commit
9e27cb419a
@ -1,4 +1,4 @@
|
||||
// $Id: brwapp.cpp,v 1.3 1995-01-03 15:06:26 guy Exp $
|
||||
// $Id: brwapp.cpp,v 1.4 1995-04-21 10:47:17 nik Exp $
|
||||
|
||||
#include <brwapp.h>
|
||||
#include <mailbox.h>
|
||||
@ -34,6 +34,9 @@ bool TBrowse_application::main_loop()
|
||||
switch (k)
|
||||
{
|
||||
case K_ESC:
|
||||
if (curr_mask().edit_mode())
|
||||
file().reread(_unlock); // Unlock main file
|
||||
|
||||
if (curr_mask().query_mode())
|
||||
{
|
||||
curr_mask().reset();
|
||||
|
Loading…
x
Reference in New Issue
Block a user