MCPcopy Create free account
hub / github.com/WinMerge/winmerge / OnUpdateFileSaveRight

Method OnUpdateFileSaveRight

Src/HexMergeDoc.cpp:741–744  ·  view source on GitHub ↗

* @brief Called when "Save right" item is updated */

Source from the content-addressed store, hash-verified

739 * @brief Called when "Save right" item is updated
740 */
741void CHexMergeDoc::OnUpdateFileSaveRight(CCmdUI* pCmdUI)
742{
743 pCmdUI->Enable(m_pView[m_nBuffers - 1]->GetModified());
744}
745
746/**
747 * @brief Called when "Save" item is updated

Callers

nothing calls this directly

Calls 1

GetModifiedMethod · 0.80

Tested by

no test coverage detected