mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-20 09:22:13 +00:00
ENH:add scroll for SyncAmsDialog
jira: none Change-Id: Id1a6ea1107b8672182f86e16f2093b661d8f8966 (cherry picked from commit fceb5ec5aa0248787abc362bdb8f2bf2b9c135c0)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user