MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / Redraw

Method Redraw

scintilla/src/Editor.cxx:692–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692void Editor::Redraw()
693{
694 //Platform::DebugPrintf("Redraw all\n");
695 PRectangle rcClient = GetClientRectangle();
696 wMain.InvalidateRectangle ( rcClient );
697 if ( wMargin.GetID() ) {
698 wMargin.InvalidateAll();
699 }
700 //wMain.InvalidateAll();
701}
702
703void Editor::RedrawSelMargin ( int line, bool allAfter )
704{

Callers

nothing calls this directly

Calls 3

InvalidateRectangleMethod · 0.80
InvalidateAllMethod · 0.80
GetIDMethod · 0.45

Tested by

no test coverage detected