mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
consider windows DPI for slider
This commit is contained in:
parent
fb4fa4d769
commit
a149680eba
2 changed files with 14 additions and 3 deletions
|
@ -498,6 +498,8 @@ public:
|
|||
|
||||
bool load_image(const std::string& filename, wxImage &image);
|
||||
bool generate_image(const std::string &filename, wxImage &image, wxSize img_size, int method = GERNERATE_IMAGE_RESIZE);
|
||||
int get_dpi_for_window(const wxWindow *window);
|
||||
|
||||
|
||||
}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue