mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-30 09:01:28 +01:00
IdeIntf: OI: fix assertion when multi-select components with set properties
git-svn-id: trunk@58270 -
This commit is contained in:
parent
3c4d4880fb
commit
fbf5f23054
@ -4024,7 +4024,8 @@ end;
|
|||||||
function TSetElementPropertyEditor.GetVisualValue: ansistring;
|
function TSetElementPropertyEditor.GetVisualValue: ansistring;
|
||||||
begin
|
begin
|
||||||
Result := inherited GetVisualValue;
|
Result := inherited GetVisualValue;
|
||||||
Assert(Result <> '', 'TSetElementPropertyEditor.GetVisualValue: Result="".');
|
if Result = '' then
|
||||||
|
Result := oisMixed;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TSetElementPropertyEditor.GetValues(Proc: TGetStrProc);
|
procedure TSetElementPropertyEditor.GetValues(Proc: TGetStrProc);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user