mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-01 23:32:10 +00:00
NEW:disabled materials item will retain original color
jira:[STUDIO-10539] Change-Id: Iabdbc6582dae5bcb2ec31775163949f0d451dcca (cherry picked from commit fdb57550aa01ae88538b2de954670b84c6e72baa)
This commit is contained in:
@@ -104,6 +104,7 @@ public:
|
||||
bool m_selected {false};
|
||||
bool m_warning{false};
|
||||
bool m_match {true};
|
||||
bool m_enable {true};
|
||||
|
||||
void msw_rescale();
|
||||
void allow_paint_dropdown(bool flag);
|
||||
@@ -116,7 +117,6 @@ public:
|
||||
void on_selected();
|
||||
void on_warning();
|
||||
|
||||
void on_left_down(wxMouseEvent &evt);
|
||||
void paintEvent(wxPaintEvent &evt);
|
||||
virtual void render(wxDC &dc);
|
||||
void match(bool mat);
|
||||
|
||||
Reference in New Issue
Block a user