FIX: use dialog instead of popup window

jira: [STUDIO-10692]
Change-Id: I85e8da120946fc6ff845c9b88d4f1594e313652b
(cherry picked from commit 7115c1ca177e98c2931517d748ce4d63d3a067da)
This commit is contained in:
xin.zhang 2025-03-05 16:04:39 +08:00 committed by Noisyfox
parent 5807353e24
commit 740f7eabb1
3 changed files with 3 additions and 14 deletions

View file

@ -4824,7 +4824,7 @@ void StatusPanel::on_nozzle_fan_switch(wxCommandEvent &event)
}
m_fan_control_popup->SetPosition(pos);
m_fan_control_popup->Popup();
m_fan_control_popup->ShowModal();