MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / step

Method step

plugins/Cardinal/src/ImGuiTextEditor.cpp:235–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void ImGuiTextEditor::step()
236{
237 if (pData->darkMode != settings::preferDarkPanels)
238 {
239 pData->darkMode = settings::preferDarkPanels;
240 pData->editor.SetPalette(settings::preferDarkPanels ? TextEditor::GetDarkPalette()
241 : TextEditor::GetLightPalette());
242 }
243
244 ImGuiWidget::step();
245}

Callers

nothing calls this directly

Calls 1

SetPaletteMethod · 0.80

Tested by

no test coverage detected