ENH:optimize the style of transparent filaments

Change-Id: I3b105cb69172c21e4ed10bda0d22d7620d09a0a4
This commit is contained in:
tao wang
2023-05-31 09:25:00 +08:00
committed by Lane.Wei
parent 7cba0882b8
commit e6070fc607
2 changed files with 15 additions and 2 deletions

View File

@@ -302,7 +302,9 @@ public:
void show_kn_value(bool show) { m_show_kn = show; };
void support_cali(bool sup) { m_support_cali = sup; Refresh(); };
virtual bool Enable(bool enable = true);
void set_disable_mode(bool disable) { m_disable_mode = disable; }
void set_disable_mode(bool disable) { m_disable_mode = disable; }
void msw_rescale();
protected:
wxStaticBitmap *m_edit_bitmp = {nullptr};