Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Apr 1, 2024
1 parent 484935a commit 46f6c49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2889,6 +2889,11 @@ TRIVALUE XgGenerateFromPat(HWND hwnd)
xg_solution.DoNumberingNoCheck();
XgUpdateHints();

// 自動保存なら自動保存する。
if (xg_bAutoSave) {
XgNumberingSave(hwnd);
}

// 元に戻す情報を設定。
auto sa3 = std::make_shared<XG_UndoData_SetAll>();
sa3->Get();
Expand Down

0 comments on commit 46f6c49

Please sign in to comment.