Home
last modified time | relevance | path

Searched refs:permOverrideText (Results 1 – 1 of 1) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/occurrenceshighlighting/
H A Doccurrenceshighlightingconfigurationpanel.cpp185 const bool permOverrideText = permOverrideTextColour->GetValue(); in UpdateUI() local
187 XRCCTRL(*this, "stHighlightPermanentlyColourText", wxStaticText)->Enable(permOverrideText); in UpdateUI()
188 XRCCTRL(*this, "btnHighlightPermanentlyTextColour", wxButton)->Enable(permOverrideText); in UpdateUI()