Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ ChangeAllPatterns
Method
ChangeAllPatterns
Source/MainFrm.cpp:1511–1514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1509
}
1510
1511
bool CMainFrame::ChangeAllPatterns() const
1512
{
1513
return m_wndFrameControls.IsDlgButtonChecked(IDC_CHANGE_ALL) != 0 && !GetFrameEditor()->IsSelecting(); // // //
1514
}
1515
1516
void CMainFrame::OnKeyRepeat()
1517
{
Callers
1
OnKeyDown
Method · 0.80
Calls
1
IsSelecting
Method · 0.45
Tested by
no test coverage detected