| 186 | } |
| 187 | |
| 188 | void QuickSpawnMenu::Hide() |
| 189 | { |
| 190 | SetShowing(false); |
| 191 | if (mFilterForCable != nullptr) |
| 192 | { |
| 193 | if (mMainContainerFollower->mTempConnectionCable->IsShowing()) |
| 194 | mFilterForCable->SetTempDrawTarget(nullptr); |
| 195 | else |
| 196 | mFilterForCable->GetOwner()->SetPatchCableTarget(mFilterForCable, nullptr, true); |
| 197 | } |
| 198 | mFilterForCable = nullptr; |
| 199 | mMainContainerFollower->mTempConnectionCable->SetShowing(false); |
| 200 | } |
| 201 | |
| 202 | void QuickSpawnMenu::UpdateDisplay() |
| 203 | { |
no test coverage detected