mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
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.
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
object frmBinEditor: TfrmBinEditor
|
||||
Left = 0
|
||||
Top = 0
|
||||
BorderStyle = bsSizeToolWin
|
||||
Caption = 'Binary editor'
|
||||
ClientHeight = 95
|
||||
ClientWidth = 215
|
||||
|
@ -1,7 +1,6 @@
|
||||
object frmTextEditor: TfrmTextEditor
|
||||
Left = 0
|
||||
Top = 0
|
||||
BorderStyle = bsSizeToolWin
|
||||
Caption = 'Text editor'
|
||||
ClientHeight = 95
|
||||
ClientWidth = 253
|
||||
|
Reference in New Issue
Block a user