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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2019-12-10 12:56:21 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-12-10 12:56:21 +0300
commitbdfed9d9efba21a287ce38938d617437b7e707df (patch)
tree52e46331d2986efa78bf37745003691cff54d395 /src/slic3r/GUI/Plater.hpp
parentf6e217171af4ccb0d5a6f2846d4ca7d821c5320a (diff)
Attempt to fix view toolbar background not showing up on Mac when using dark mode
Diffstat (limited to 'src/slic3r/GUI/Plater.hpp')
-rw-r--r--src/slic3r/GUI/Plater.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Plater.hpp b/src/slic3r/GUI/Plater.hpp
index 5c36dbf5e..33140c4f5 100644
--- a/src/slic3r/GUI/Plater.hpp
+++ b/src/slic3r/GUI/Plater.hpp
@@ -261,6 +261,10 @@ public:
void msw_rescale();
+#if ENABLE_VIEW_TOOLBAR_BACKGROUND_FIX
+ bool init_view_toolbar();
+#endif // ENABLE_VIEW_TOOLBAR_BACKGROUND_FIX
+
const Camera& get_camera() const;
const Mouse3DController& get_mouse3d_controller() const;
Mouse3DController& get_mouse3d_controller();