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:
authorYuSanka <yusanka@gmail.com>2019-12-13 19:56:04 +0300
committerYuSanka <yusanka@gmail.com>2019-12-13 19:56:04 +0300
commit7d0d70534b70f12de81159fad7d04d93aef5cb26 (patch)
treeac2b7a2256f6891a0e36ff5c8c3003dce1b30440 /src/slic3r/GUI/wxExtensions.hpp
parent81a2f8535af7e7bab692626456f2d0b7d11bd0cc (diff)
Fixed "actions" buttons size under OSX
Diffstat (limited to 'src/slic3r/GUI/wxExtensions.hpp')
-rw-r--r--src/slic3r/GUI/wxExtensions.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/wxExtensions.hpp b/src/slic3r/GUI/wxExtensions.hpp
index 951f7ea8f..26e334def 100644
--- a/src/slic3r/GUI/wxExtensions.hpp
+++ b/src/slic3r/GUI/wxExtensions.hpp
@@ -1110,6 +1110,7 @@ public:
void SetBitmap_(const ScalableBitmap& bmp);
void SetBitmapDisabled_(const ScalableBitmap &bmp);
+ int GetBitmapHeight();
void msw_rescale();