| 106 | } |
| 107 | |
| 108 | void LFOSelectorComponent::paint(Graphics &g) { |
| 109 | g.drawImageAt(UIAssetManager::getInstance()->getUIAsset(UIAssets::Indices::screen_up_down_13x4_R, ConfigFileManager::getInstance().getOptionGuiScale()), 0, 0); |
| 110 | } |
| 111 | |
| 112 | void LFOSelectorComponent::resized() { |
| 113 |
nothing calls this directly
no test coverage detected