MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setEnableColorPickerOnSelection

Method setEnableColorPickerOnSelection

src/eepp/ui/uicodeeditor.cpp:3193–3195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3191}
3192
3193void UICodeEditor::setEnableColorPickerOnSelection( const bool& enableColorPickerOnSelection ) {
3194 mEnableColorPickerOnSelection = enableColorPickerOnSelection;
3195}
3196
3197void UICodeEditor::setEnableInlineColorBoxes( const bool& enableInlineColorBoxes ) {
3198 if ( enableInlineColorBoxes != mEnableInlineColorBoxes ) {

Callers 2

createViewMenuMethod · 0.80
onCodeEditorCreatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected