mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Attempt to fix view toolbar background not showing up on Mac when using dark mode
This commit is contained in:
parent
f6e217171a
commit
bdfed9d9ef
6 changed files with 72 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue