Skip to content

Commit

Permalink
Merge 27829eb into 17bcab7
Browse files Browse the repository at this point in the history
  • Loading branch information
suconbu authored Sep 12, 2020
2 parents 17bcab7 + 27829eb commit 37f1a89
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 153 deletions.
4 changes: 4 additions & 0 deletions sakura_core/doc/CDocEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ CDocEditor::CDocEditor(CEditDoc* pcDoc)
*/
void CDocEditor::SetModified( bool flag, bool redraw)
{
if( redraw ){
m_pcDocRef->m_pcEditWnd->m_cDlgFuncList.NotifyDocModification();
}

if( m_bIsDocModified == flag ) // 変更がなければ何もしない
return;

Expand Down
Loading

0 comments on commit 37f1a89

Please sign in to comment.