mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
FIX: modify ui styles in media file panel
Change-Id: I064858975fc39618339cf4fe0e577fa3d2e5085f
This commit is contained in:
parent
dd0ccfb6e9
commit
63448d9126
4 changed files with 41 additions and 43 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue