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:
maosheng.wei 2023-06-27 15:29:44 +08:00 committed by Lane.Wei
parent a29507dfa3
commit 8c97f1b2b4
2 changed files with 18 additions and 3 deletions

View file

@ -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;