ENH:add scroll for SyncAmsDialog

jira: none
Change-Id: Id1a6ea1107b8672182f86e16f2093b661d8f8966
(cherry picked from commit fceb5ec5aa0248787abc362bdb8f2bf2b9c135c0)
This commit is contained in:
zhou.xu
2025-02-14 17:08:00 +08:00
committed by Noisyfox
parent fbafa7f23a
commit 80f92e4640
4 changed files with 164 additions and 814 deletions

View File

@@ -2876,7 +2876,6 @@ void Sidebar::sync_ams_list(bool is_from_big_sync_btn)
SyncAmsInfoDialog::SyncInfo temp_info;
temp_info.use_dialog_pos = false;
temp_info.cancel_text_to_later = is_from_big_sync_btn;
temp_info.connected_printer = true;
if (m_sync_dlg == nullptr) {
m_sync_dlg = std::make_shared<SyncAmsInfoDialog>(this, temp_info);
} else {