ENH:reduce the refresh times of sending printed pages

jira:[none]

Change-Id: Iaa4864afa09e71a7b8fd09baf289ee17fa07eafc
(cherry picked from commit a0c9fad05291e7614d94b7cec3c4f32d1f1345d8)
This commit is contained in:
tao wang
2024-11-27 20:55:09 +08:00
committed by Noisyfox
parent 410549dc89
commit 9b97ebeec5
2 changed files with 12 additions and 4 deletions

View File

@@ -256,6 +256,7 @@ private:
bool m_export_3mf_cancel{ false };
bool m_is_canceled{ false };
bool m_is_rename_mode{ false };
bool m_check_flag {false};
PrintPageMode m_print_page_mode{PrintPageMode::PrintPageModePrepare};
std::string m_print_error_msg;
std::string m_print_error_extra;