From 8b726e2911c3c76786c3ef6099bea3285dda6c26 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Fri, 2 Jul 2010 22:43:19 +0000 Subject: [PATCH] Text and hex editor forms have "toolwin" style, which prevents the app from appearing when pressing Alt+Tab. Additionally, Alt+Tab leaves the app in foreground when such a window had focus. This is a Windows issue, as one can read here: http://edn.embarcadero.com/article/26050 . Set both forms back to bsSizable, fixes issue #2061. --- source/bineditor.dfm | 1 - source/texteditor.dfm | 1 - 2 files changed, 2 deletions(-) diff --git a/source/bineditor.dfm b/source/bineditor.dfm index 8b02cba7..f9e409b8 100644 --- a/source/bineditor.dfm +++ b/source/bineditor.dfm @@ -1,7 +1,6 @@ object frmBinEditor: TfrmBinEditor Left = 0 Top = 0 - BorderStyle = bsSizeToolWin Caption = 'Binary editor' ClientHeight = 95 ClientWidth = 215 diff --git a/source/texteditor.dfm b/source/texteditor.dfm index 1d98fc40..1fd52bf4 100644 --- a/source/texteditor.dfm +++ b/source/texteditor.dfm @@ -1,7 +1,6 @@ object frmTextEditor: TfrmTextEditor Left = 0 Top = 0 - BorderStyle = bsSizeToolWin Caption = 'Text editor' ClientHeight = 95 ClientWidth = 253