mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 18:09:23 +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
|
||||
Filter:=GetStrProp(GetComponent(0), 'Filter');
|
||||
if ShowModal=mrOk then begin
|
||||
SetStrProp(GetComponent(0), 'Filter', Filter);
|
||||
SetStrValue(Filter);
|
||||
Modified;
|
||||
end;
|
||||
finally
|
||||
|
Loading…
Reference in New Issue
Block a user