FIX:Flushing volume button interaction optimization

Jira:STUDIO-14583

Change-Id: Ic1a600e92fb408b690febbd3f7a78924aed42e7a
(cherry picked from commit 672b3b54119b46c8e19f635520d4f78710128815)
This commit is contained in:
weizhen.xie
2025-10-28 15:29:53 +08:00
committed by Noisyfox
parent 21cd25d5af
commit 2959f7549c
5 changed files with 33 additions and 29 deletions
+1 -2
View File
@@ -38,10 +38,9 @@ private:
};
class Button;
bool is_flush_config_modified();
void open_flushing_dialog(Button *flushing_volume_btn, wxEvtHandler *parent, const wxEvent &event);
void open_flushing_dialog(wxEvtHandler *parent, const wxEvent &event);
class WipingDialog : public wxDialog
{