override fun updateUI()

in src/main/kotlin/com/jetbrains/rider/ezargs/ui/CmdlineComboBoxComponent.kt [141:146]


    override fun updateUI() {
        super.updateUI()
        if (myCmdLineEditor != null) { // Don't remove: for some reason Swing calls updateUI earlier than class constructor
            updateBackground(windowFrame?.isActive ?: true)
        }
    }