mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 17:30:21 +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
|
ClientHeight = 113
|
||||||
ClientWidth = 612
|
ClientWidth = 612
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '0.9.31'
|
LCLVersion = '1.1'
|
||||||
object lblMessage: TLabel
|
object lblMessage: TLabel
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
@ -23,6 +23,7 @@ object IDEExceptionDlg: TIDEExceptionDlg
|
|||||||
Constraints.MinHeight = 70
|
Constraints.MinHeight = 70
|
||||||
Constraints.MinWidth = 600
|
Constraints.MinWidth = 600
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
|
ShowAccelChar = False
|
||||||
WordWrap = True
|
WordWrap = True
|
||||||
end
|
end
|
||||||
object btnContinue: TBitBtn
|
object btnContinue: TBitBtn
|
||||||
|
Loading…
Reference in New Issue
Block a user