mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 22:02:10 +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:
@@ -45,7 +45,7 @@ class ColorPanel : public wxPanel
|
||||
public:
|
||||
ColorPanel(DragDropPanel *parent, const wxColour &color, int filament_id);
|
||||
|
||||
wxColour GetColor() const { return GetBackgroundColour(); }
|
||||
wxColour GetColor() const { return m_color; }
|
||||
int GetFilamentId() const { return m_filament_id; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user