mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
FIX:use scalablebitmap replace wxbitmap
Change-Id: I4ca885051f309be4a7d9a6e08de097fe75847257
This commit is contained in:
parent
00ba515783
commit
9fc010512c
22 changed files with 187 additions and 186 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <wx/bookctrl.h>
|
||||
#include <wx/sizer.h>
|
||||
#include "wxExtensions.hpp"
|
||||
|
||||
|
||||
class ScalableButton;
|
||||
|
@ -33,8 +34,8 @@ private:
|
|||
wxWindow* m_parent;
|
||||
wxFlexGridSizer* m_buttons_sizer;
|
||||
wxBoxSizer* m_sizer;
|
||||
wxBitmap m_arrow_img;
|
||||
std::vector<TabButton*> m_pageButtons;
|
||||
ScalableBitmap m_arrow_img;
|
||||
std::vector<TabButton*> m_pageButtons;
|
||||
int m_selection {-1};
|
||||
int m_btn_margin;
|
||||
int m_line_margin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue