==============================================================================
| 791 | |
| 792 | //============================================================================== |
| 793 | void OdinEditor::paint(Graphics &g) { |
| 794 | juce::Image background = UIAssetManager::getInstance()->getUIAsset(UIAssets::Indices::background, ConfigFileManager::getInstance().getOptionGuiScale()); |
| 795 | g.drawImageAt(background, 0, 0); |
| 796 | } |
| 797 | |
| 798 | void OdinEditor::resized() { |
| 799 | GET_LOCAL_AREA(m_detune_label, "DetuneLabel"); |
nothing calls this directly
no test coverage detected