mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
imgui: Fix font size and scaling on Windows
This commit is contained in:
parent
ba4f0445c3
commit
1979baf619
3 changed files with 11 additions and 8 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
|
||||
void set_language(const std::string &language);
|
||||
void set_display_size(float w, float h);
|
||||
void set_scaling(float font_size, float scaling);
|
||||
void set_scaling(float font_size, float scale_style, float scale_both);
|
||||
bool update_mouse_data(wxMouseEvent &evt);
|
||||
bool update_key_data(wxKeyEvent &evt);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue