FIX: modify ui styles in media file panel

Change-Id: I064858975fc39618339cf4fe0e577fa3d2e5085f
This commit is contained in:
chunmao.guo 2022-09-02 10:58:00 +08:00 committed by Lane.Wei
parent dd0ccfb6e9
commit 63448d9126
4 changed files with 41 additions and 43 deletions

View file

@ -76,9 +76,9 @@ protected:
void render(wxDC &dc);
void renderButtons(wxDC &dc, wxStringList const &texts, wxRect const &rect, size_t hit);
void renderButtons(wxDC &dc, wxStringList const &texts, wxRect const &rect, size_t hit, int states);
void renderText(wxDC &dc, wxString const & text, wxRect const & rect, int state);
void renderText(wxDC &dc, wxString const & text, wxRect const & rect, int states);
// some useful events
void mouseMoved(wxMouseEvent& event);
@ -108,10 +108,9 @@ private:
wxTimer m_timer;
wxBitmap m_mask;
wxBitmap m_buttons_background;
wxBitmap m_buttons_background;
wxBitmap m_buttons_background_checked;
// wxBitmap m_button_background;
wxBitmap m_progress_background;
int m_background_progress = 0;
bool m_selecting = false;