MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / RedrawPatternEditor

Method RedrawPatternEditor

Source/FamiTrackerView.cpp:492–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492void CFamiTrackerView::RedrawPatternEditor()
493{
494 // Redraw the pattern editor, partial or full if needed
495 bool NeedErase = m_pPatternEditor->CursorUpdated();
496
497 if (NeedErase)
498 RedrawWindow(NULL, NULL, RDW_INVALIDATE | RDW_ERASE);
499 else
500 RedrawWindow(m_pPatternEditor->GetInvalidatedRect(), NULL, RDW_INVALIDATE);
501}
502
503void CFamiTrackerView::RedrawFrameEditor()
504{

Callers

nothing calls this directly

Calls 2

CursorUpdatedMethod · 0.80
GetInvalidatedRectMethod · 0.80

Tested by

no test coverage detected