mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:29:28 +02:00
IDE: Update all properties in Objectinspector in all cases for multiple selected components. Issue #22308
git-svn-id: trunk@39086 -
This commit is contained in:
parent
b55afae47a
commit
1e1365e195
@ -5073,7 +5073,7 @@ begin
|
|||||||
try
|
try
|
||||||
Filter:=GetStrProp(GetComponent(0), 'Filter');
|
Filter:=GetStrProp(GetComponent(0), 'Filter');
|
||||||
if ShowModal=mrOk then begin
|
if ShowModal=mrOk then begin
|
||||||
SetStrProp(GetComponent(0), 'Filter', Filter);
|
SetStrValue(Filter);
|
||||||
Modified;
|
Modified;
|
||||||
end;
|
end;
|
||||||
finally
|
finally
|
||||||
|
Loading…
Reference in New Issue
Block a user