FIX: optimize the interaction of flushing volume dialog

Change-Id: I0ded28925b6e5d8be55d8f21577366fabb1170fb
(cherry picked from commit 1983304dd5d0f347df820f1ae3fd3c557670be1f)
This commit is contained in:
zhimin.zeng 2023-01-17 18:06:45 +08:00 committed by Lane.Wei
parent a52e423416
commit de8b37b63c
2 changed files with 35 additions and 42 deletions

View file

@ -54,6 +54,8 @@ private:
wxTextCtrl* m_flush_multiplier_ebox = nullptr;
wxStaticText* m_min_flush_label = nullptr;
std::vector<float> m_matrix;
};