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:
juha 2012-10-14 23:31:44 +00:00
parent b55afae47a
commit 1e1365e195

View File

@ -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