| 1908 | } |
| 1909 | |
| 1910 | void ModularSynth::MoveToFront(IDrawableModule* module) |
| 1911 | { |
| 1912 | if (module->GetOwningContainer()) |
| 1913 | module->GetOwningContainer()->MoveToFront(module); |
| 1914 | } |
| 1915 | |
| 1916 | void ModularSynth::OnModuleDeleted(IDrawableModule* module) |
| 1917 | { |
no test coverage detected