public paintOverlay(painter as Painter) as Void:
Paints visual elements that must appear above the normal widget tree.
ComboBox popups use this pass so they are drawn over following widgets without changing layout geometry.
widget.paintOverlay(painter)