Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2019-04-02 14:26:22 +0300
committerVojtech Kral <vojtech@kral.hk>2019-04-02 16:28:14 +0300
commit1979baf619025cd8bb1c7524e69e93546e9bba48 (patch)
tree051e6dedf9d71fedfd26ae7b2d8ab2a08111f443 /src/slic3r/GUI/ImGuiWrapper.hpp
parentba4f0445c361c24bde074e1ab321debef5614a18 (diff)
imgui: Fix font size and scaling on Windows
Diffstat (limited to 'src/slic3r/GUI/ImGuiWrapper.hpp')
-rw-r--r--src/slic3r/GUI/ImGuiWrapper.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/ImGuiWrapper.hpp b/src/slic3r/GUI/ImGuiWrapper.hpp
index 84a60e3d1..c1bf491e1 100644
--- a/src/slic3r/GUI/ImGuiWrapper.hpp
+++ b/src/slic3r/GUI/ImGuiWrapper.hpp
@@ -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);