mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 02:49:22 +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;
|
Layout := tlCenter;
|
||||||
Opaque := False;
|
Opaque := False;
|
||||||
Clipping := True;
|
Clipping := True;
|
||||||
ShowPrefix := True;
|
ShowPrefix := False;
|
||||||
WordBreak := False;
|
WordBreak := False;
|
||||||
SingleLine := True;
|
SingleLine := True;
|
||||||
ExpandTabs := True;
|
ExpandTabs := True;
|
||||||
|
Loading…
Reference in New Issue
Block a user