| 1975 | } |
| 1976 | |
| 1977 | void ContinueAfterBreak() |
| 1978 | { |
| 1979 | HWND wnd = TabbedFiles::GetTabInfo(hTabs, TabbedFiles::GetCurrentTab(hTabs)).window; |
| 1980 | RichTextarea::ResetLineStyle(wnd); |
| 1981 | RefreshBreakpoints(); |
| 1982 | RichTextarea::UpdateArea(wnd); |
| 1983 | RichTextarea::ResetUpdate(wnd); |
| 1984 | ShowWindow(hContinue, SW_HIDE); |
| 1985 | SetEvent(breakResponse); |
| 1986 | } |
| 1987 | |
| 1988 | namespace Broadcast |
| 1989 | { |
no test coverage detected