MCPcopy Create free account
hub / github.com/WheretIB/nullc / ContinueAfterBreak

Function ContinueAfterBreak

SuperCalc.cpp:1977–1986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1975}
1976
1977void 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
1988namespace Broadcast
1989{

Callers 1

WndProcFunction · 0.85

Calls 1

RefreshBreakpointsFunction · 0.85

Tested by

no test coverage detected