Index: AAPClient/UI/DrieKnoppenScherm.pas =================================================================== diff -u -r182 -r184 --- AAPClient/UI/DrieKnoppenScherm.pas (.../DrieKnoppenScherm.pas) (revision 182) +++ AAPClient/UI/DrieKnoppenScherm.pas (.../DrieKnoppenScherm.pas) (revision 184) @@ -165,12 +165,14 @@ fImagesScherm.ilAlgemeen64.GetIcon(ImageIndex1, PopupScherm.imgActie1.Picture.Icon); PopupScherm.pnlbtnActie1.VerticalAlignment := taAlignBottom; PopupScherm.lblActie1.Align := alBottom; + PopupScherm.imgActie1.BringToFront; end; if ImageIndex2 >= 0 then begin PopupScherm.pnlbtnActie2.Top := PopupScherm.pnlbtnActie2.Top - 60; PopupScherm.pnlbtnActie2.Height := PopupScherm.pnlbtnActie2.Height + 60; fImagesScherm.ilAlgemeen64.GetIcon(ImageIndex2, PopupScherm.imgActie2.Picture.Icon); PopupScherm.lblActie2.Align := alBottom; + PopupScherm.imgActie2.BringToFront; end; result := PopupScherm.ShowModal;