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

Method ResetLineStyle

GUI/RichTextarea.cpp:904–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902}
903
904void RichTextarea::ResetLineStyle(HWND wnd)
905{
906 TextareaData *data = GetData(wnd);
907
908 AreaLine *updLine = data->firstLine;
909 while(updLine)
910 {
911 updLine->lineStyle = 0;
912 updLine = updLine->next;
913 }
914}
915
916unsigned int RichTextarea::GetCurrentLine(HWND wnd)
917{

Callers

nothing calls this directly

Calls 1

GetDataFunction · 0.70

Tested by

no test coverage detected