mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 08:29:32 +02:00
DBG: Do not treat "&" as accel-char when displaying exceptions. Issue #0023321
git-svn-id: trunk@39285 -
This commit is contained in:
parent
1bb2d62a3c
commit
6e09d09556
@ -10,7 +10,7 @@ object IDEExceptionDlg: TIDEExceptionDlg
|
||||
ClientHeight = 113
|
||||
ClientWidth = 612
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '0.9.31'
|
||||
LCLVersion = '1.1'
|
||||
object lblMessage: TLabel
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
@ -23,6 +23,7 @@ object IDEExceptionDlg: TIDEExceptionDlg
|
||||
Constraints.MinHeight = 70
|
||||
Constraints.MinWidth = 600
|
||||
ParentColor = False
|
||||
ShowAccelChar = False
|
||||
WordWrap = True
|
||||
end
|
||||
object btnContinue: TBitBtn
|
||||
|
Loading…
Reference in New Issue
Block a user