klyn.gui.windows.Widget.paintOverlay
method
public paintOverlay(painter as Painter) as Void:
Description

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)