mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-01 21:35:59 +02:00
IDEIntf: do not substitute ampersand with underscore in Object Inspector. Patch by Do-wan Kim, bug #24585
git-svn-id: trunk@41689 -
This commit is contained in:
parent
6b891914bc
commit
cb5b0d6691
@ -2930,7 +2930,7 @@ begin
|
||||
Layout := tlCenter;
|
||||
Opaque := False;
|
||||
Clipping := True;
|
||||
ShowPrefix := True;
|
||||
ShowPrefix := False;
|
||||
WordBreak := False;
|
||||
SingleLine := True;
|
||||
ExpandTabs := True;
|
||||
|
Loading…
Reference in New Issue
Block a user