mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-30 06:12:12 +00:00
ENH: add filament arrangement drag image and other UI details
jira: new Change-Id: I2ebbfd2a20c2d2f6059c2508467cd69dd272f943 (cherry picked from commit 3e633455def0a40f9f041320c7cd3cc4ae65be02)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <vector>
|
||||
|
||||
class SwitchButton;
|
||||
class ScalableButton;
|
||||
class Button;
|
||||
class wxStaticText;
|
||||
|
||||
@@ -44,8 +45,8 @@ private:
|
||||
DragDropPanel* m_manual_right_panel;
|
||||
DragDropPanel* m_auto_left_panel;
|
||||
DragDropPanel* m_auto_right_panel;
|
||||
Button * m_switch_filament_btn;
|
||||
Button * m_switch_filament_btn_auto; // for placeholder
|
||||
ScalableButton* m_switch_filament_btn;
|
||||
ScalableButton* m_switch_filament_btn_auto; // for placeholder
|
||||
|
||||
private:
|
||||
const DynamicPrintConfig* m_config;
|
||||
|
||||
Reference in New Issue
Block a user