FIX: modify UI of FilamentMapDialog

1. Modify dragging behavior
2. The swap button is grayed out in automatic mode
jira:none

Change-Id: Idff795bf092c4959c67d0711b0be316fba997684
(cherry picked from commit c7486e1c5e56667cab61ee9a97898f03b65b64b8)
This commit is contained in:
zhimin.zeng
2024-09-30 16:07:30 +08:00
committed by Noisyfox
parent 1658c6c54d
commit 1bcc4614b8
4 changed files with 32 additions and 10 deletions

View File

@@ -45,6 +45,7 @@ private:
DragDropPanel* m_auto_left_panel;
DragDropPanel* m_auto_right_panel;
Button * m_switch_filament_btn;
Button * m_switch_filament_btn_auto; // for placeholder
private:
const DynamicPrintConfig* m_config;