mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 23:25:56 +02: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;
|
||||
begin
|
||||
Result := inherited GetVisualValue;
|
||||
Assert(Result <> '', 'TSetElementPropertyEditor.GetVisualValue: Result="".');
|
||||
if Result = '' then
|
||||
Result := oisMixed;
|
||||
end;
|
||||
|
||||
procedure TSetElementPropertyEditor.GetValues(Proc: TGetStrProc);
|
||||
|
Loading…
Reference in New Issue
Block a user