mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-15 04:57:34 +00:00
FIX: dark mode in filament group pop up
1.Also modify some tips jira: NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I4e2abfe24afdf7f0d728a486aa248b8e5accbdf4 (cherry picked from commit 98dad923f8ee3001add10837a9b0a6c1507b47e0)
This commit is contained in:
@@ -29,6 +29,8 @@ private:
|
||||
void OnTimer(wxTimerEvent &event);
|
||||
void Dismiss();
|
||||
|
||||
void CreateBmps();
|
||||
|
||||
void Init();
|
||||
void UpdateButtonStatus(int hover_idx = -1);
|
||||
void DrawRoundedCorner(int radius);
|
||||
@@ -50,7 +52,6 @@ private:
|
||||
wxTimer *m_timer;
|
||||
|
||||
std::vector<wxBitmapButton*> radio_btns;
|
||||
std::vector<wxBitmapButton*> global_mode_tags;
|
||||
std::vector<Label *> button_labels;
|
||||
std::vector<Label *> button_desps;
|
||||
std::vector<Label *> detail_infos;
|
||||
|
||||
Reference in New Issue
Block a user