mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
FIX: [STUDIO-1360] media file image scale on macOS
Change-Id: I2a25ff53b9beb08a90aca07adad7accc69b6d2ed
This commit is contained in:
parent
cb83284b24
commit
64ae3c3a56
4 changed files with 22 additions and 18 deletions
|
@ -32,7 +32,7 @@ public:
|
|||
|
||||
void SetFileSystem(boost::shared_ptr<PrinterFileSystem> file_sys);
|
||||
|
||||
void SetStatus(wxBitmap const & icon, wxString const &msg);
|
||||
void SetStatus(ScalableBitmap const & icon, wxString const &msg);
|
||||
|
||||
boost::shared_ptr<PrinterFileSystem> GetFileSystem() { return m_file_sys; }
|
||||
|
||||
|
@ -93,7 +93,7 @@ protected:
|
|||
|
||||
private:
|
||||
boost::shared_ptr<PrinterFileSystem> m_file_sys;
|
||||
wxBitmap m_status_icon;
|
||||
ScalableBitmap m_status_icon;
|
||||
wxString m_status_msg;
|
||||
|
||||
ScalableBitmap m_checked_icon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue