mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
FIX: [STUDIO-3341] The color of automatic flushing calculation issue
The color of automatic flushing calculation has an extra white outline Change-Id: I056db06245a9a0ac8538fac173ab1425ef1d7b28
This commit is contained in:
parent
a29507dfa3
commit
8c97f1b2b4
2 changed files with 18 additions and 3 deletions
|
@ -21,6 +21,7 @@ public:
|
|||
void toggle_advanced(bool user_action = false);
|
||||
void create_panels(wxWindow* parent, const int num);
|
||||
void calc_flushing_volumes();
|
||||
void msw_rescale();
|
||||
|
||||
float get_flush_multiplier()
|
||||
{
|
||||
|
@ -50,6 +51,8 @@ private:
|
|||
wxBoxSizer* m_sizer_advanced = nullptr;
|
||||
wxGridSizer* m_gridsizer_advanced = nullptr;
|
||||
wxButton* m_widget_button = nullptr;
|
||||
std::vector<wxButton *> icon_list1;
|
||||
std::vector<wxButton *> icon_list2;
|
||||
|
||||
const int m_min_flush_volume;
|
||||
const int m_max_flush_volume;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue