| 130 | } |
| 131 | |
| 132 | void FeedbackModule::DrawModule() |
| 133 | { |
| 134 | if (Minimized() || IsVisible() == false) |
| 135 | return; |
| 136 | |
| 137 | mDelay.Draw(); |
| 138 | mSignalLimitSlider->Draw(); |
| 139 | |
| 140 | DrawTextRightJustify("feedback out:", 100, 12); |
| 141 | } |
| 142 | |
| 143 | void FeedbackModule::PostRepatch(PatchCableSource* cableSource, bool fromUserClick) |
| 144 | { |
nothing calls this directly
no test coverage detected