allow in filtercomponent event

In the next procedure allow is false but tdxribbon and tdxbar are still in the component list.

procedure TPrincipalFrm.dlgPolíticasFilterComponent(Sender: TObject;
AComponent: TComponent; var Allow: Boolean);
var
dxcomponente:boolean;
begin
allow:=(acomponent is TAction) and not (acomponent is tdxbar) and
not (acomponent is TdxRibbonTab);

end;

We fixed this and released v4.1.1.3

You also emailed the same question. Please choose between support channel. Posting the same question via multiple channels only increases our workload unnecessarily and as a result decreases overall response times.