ENH:clear virtual tray when change printers

Change-Id: I894c9ba54512a1b833bfd9da33f901457d297aed
This commit is contained in:
tao wang 2023-04-06 19:12:54 +08:00 committed by Lane.Wei
parent c0bcb2270a
commit e2b8bff660
4 changed files with 28 additions and 11 deletions

View file

@ -617,7 +617,8 @@ public:
void show_vams_kn_value(bool show);
void update_vams_kn_value(AmsTray tray);
void post_event(wxEvent &&event);
void reset_vams();
void post_event(wxEvent&& event);
virtual bool Enable(bool enable = true);