| 953 | SendChat(ActualChatChannel(), edit->GetText()); |
| 954 | } |
| 955 | } |
| 956 | Display::OnButtonClicked(idc); |
| 957 | if (_exit >= 0 && !_destroyed) |
| 958 | { |
| 959 | if (CanDestroy()) |
| 960 | { |
| 961 | Destroy(); |
| 962 | } |
| 963 | else |
| 964 | { |
| 965 | _exit = -1; |
| 966 | } |
| 967 | } |
| 968 | } |
| 969 |
no test coverage detected