ENH: Revert "ENH: support scroll while using AMS mapping"

This reverts commit e6f290b29d4de697d492a2d933a447ad580a9e83.

jira: [STUDIO-11895]
Change-Id: Iab14bba06cfe59c4804ab9cf2d9784ea75bfe4b7
(cherry picked from commit 529687a2d2d5a4782c941a66eabec704548262df)
This commit is contained in:
xin.zhang
2025-05-19 14:51:19 +08:00
committed by Noisyfox
parent db3ea45e82
commit f21c5f9ee6
3 changed files with 13 additions and 40 deletions

View File

@@ -76,7 +76,7 @@ void SelectMachineDialog::init_machine_bed_types()
SelectMachineDialog::SelectMachineDialog(Plater *plater)
: DPIDialog(static_cast<wxWindow *>(wxGetApp().mainframe), wxID_ANY, _L("Send print job"), wxDefaultPosition, wxDefaultSize, wxCAPTION | wxCLOSE_BOX)
, m_plater(plater), m_export_3mf_cancel(false)
, m_mapping_popup(AmsMapingPopup(this, false, true))
, m_mapping_popup(AmsMapingPopup(this))
, m_mapping_tip_popup(AmsMapingTipPopup(this))
, m_mapping_tutorial_popup(AmsTutorialPopup(this))
{