mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: update the bitmap by dpi
jira: [STUDIO-9952] Change-Id: I88d91146c83d11f7dc87b4dd5698087a342646d4 (cherry picked from commit 05f67d14f6d1853739a38dd05d68a8553bb99a75)
This commit is contained in:
@@ -201,6 +201,9 @@ public:
|
||||
Refresh();
|
||||
};
|
||||
std::string getValue();
|
||||
|
||||
public:
|
||||
void msw_rescale() { m_selected_bk.msw_rescale(); Refresh(); };
|
||||
};
|
||||
|
||||
class PrintOption : public wxPanel
|
||||
@@ -211,6 +214,7 @@ public:
|
||||
void OnPaint(wxPaintEvent &event);
|
||||
void render(wxDC &dc);
|
||||
void doRender(wxDC &dc);
|
||||
void msw_rescale() { m_printoption_item->msw_rescale(); };
|
||||
|
||||
std::string m_param;
|
||||
std::vector<POItem> m_ops;
|
||||
|
||||
Reference in New Issue
Block a user