mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-11 19:17:33 +00:00
FIX: fix some size error on dpi changed
jira: TUDIO-10053 Change-Id: Icd93aa0dd9a2c693d7b957f9ede5c6dafc415352 (cherry picked from commit ce65273dc0fc9bc3f23dc54b01e4dcc92d92483c)
This commit is contained in:
@@ -28,6 +28,8 @@ public:
|
||||
long style = wxTAB_TRAVERSAL);
|
||||
void create_panel(wxWindow* parent);
|
||||
|
||||
void msw_rescale();
|
||||
|
||||
void set_cali_stage(CaliPresetStage stage, float value);
|
||||
void get_cali_stage(CaliPresetStage& stage, float& value);
|
||||
|
||||
@@ -118,6 +120,8 @@ public:
|
||||
|
||||
void create_panel(wxWindow* parent);
|
||||
|
||||
void msw_rescale();
|
||||
|
||||
void set_unit(wxString unit);
|
||||
void set_titles(wxArrayString titles);
|
||||
void set_values(wxArrayString values);
|
||||
|
||||
Reference in New Issue
Block a user