From 46f6c4915ab08cae59260266b632b5868df4eeb4 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Mon, 1 Apr 2024 22:21:54 +0900 Subject: [PATCH] fix --- GUI.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GUI.cpp b/GUI.cpp index cd479e4..3b2f9c5 100644 --- a/GUI.cpp +++ b/GUI.cpp @@ -2889,6 +2889,11 @@ TRIVALUE XgGenerateFromPat(HWND hwnd) xg_solution.DoNumberingNoCheck(); XgUpdateHints(); + // 自動保存なら自動保存する。 + if (xg_bAutoSave) { + XgNumberingSave(hwnd); + } + // 元に戻す情報を設定。 auto sa3 = std::make_shared(); sa3->Get();