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

Method GetInvalidatedRect

Source/PatternEditor.cpp:596–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596CRect CPatternEditor::GetInvalidatedRect() const
597{
598 if (m_bHeaderInvalidated)
599 return GetActiveRect();
600 else if (FTEnv.GetSettings()->Display.bRegisterState) // // //
601 return GetActiveRect();
602
603 return GetPatternRect();
604}
605
606void CPatternEditor::CalcLayout()
607{

Callers 1

RedrawPatternEditorMethod · 0.80

Calls 1

GetSettingsMethod · 0.45

Tested by

no test coverage detected