ide; OutputView panel; fixed Pressing escape on another output tab aborts a find...
authorRejean Loyer <rejean.loyer@gmail.com>
Thu, 25 Apr 2013 00:35:19 +0000 (20:35 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 2 May 2013 01:44:49 +0000 (21:44 -0400)
ide/src/ide.ec

index 096812a..73b1ce0 100644 (file)
@@ -454,7 +454,7 @@ class IDEWorkSpace : Window
          switch(key)
          {
             case escape: 
-               if(!ide.findInFilesDialog || !ide.findInFilesDialog.SearchAbort())
+               if(activeBox != findBox || !ide.findInFilesDialog || !ide.findInFilesDialog.SearchAbort())
                   ide.ShowCodeEditor(); 
                break;
             default: