NEW:add BaseTransparentDPIFrame and timed disappearance

jira: none
Change-Id: I8fcf56ead20aba640c59406c0dad3b6ad67f18a6
(cherry picked from commit d34a8cb2ee1cf0d29c2ca5187a4c168b775269f8)
This commit is contained in:
zhou.xu
2025-01-19 15:12:57 +08:00
committed by Noisyfox
parent a9349d1ef4
commit 45a3224539
6 changed files with 262 additions and 200 deletions

View File

@@ -2910,7 +2910,7 @@ void Sidebar::sync_ams_list(bool is_from_big_sync_btn)
}
m_fna_dialog.reset();
}
m_fna_dialog = std::make_shared<FinishSyncAmsDialog>(this, temp_fsa_info);
m_fna_dialog = std::make_shared<FinishSyncAmsDialog>(temp_fsa_info);
m_fna_dialog->Show();
m_fna_dialog->Raise();
}
@@ -3033,7 +3033,7 @@ void Sidebar::pop_sync_nozzle_and_ams_ialog() {
}
m_sna_dialog.reset();
}
m_sna_dialog = std::make_shared<SyncNozzleAndAmsDialog>(this, temp_na_info);
m_sna_dialog = std::make_shared<SyncNozzleAndAmsDialog>(temp_na_info);
m_sna_dialog->Show();
m_sna_dialog->Raise();
}