mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Typo fix for b9c53adddb
This commit is contained in:
parent
306acbdfb4
commit
b251fea5fe
1 changed files with 2 additions and 4 deletions
|
@ -16,13 +16,11 @@
|
||||||
#include "Plater.hpp"
|
#include "Plater.hpp"
|
||||||
#include "../Utils/MacDarkMode.hpp"
|
#include "../Utils/MacDarkMode.hpp"
|
||||||
|
|
||||||
#ifdef __Linux__
|
#ifdef __linux__
|
||||||
#define wxLinux true
|
#define wxLinux true
|
||||||
#else
|
#else
|
||||||
#define wxLinux false
|
#define wxLinux false
|
||||||
#endif
|
// msw_menuitem_bitmaps is used for MSW and OSX
|
||||||
|
|
||||||
#ifndef __WXGTK__// msw_menuitem_bitmaps is used for MSW and OSX
|
|
||||||
static std::map<int, std::string> msw_menuitem_bitmaps;
|
static std::map<int, std::string> msw_menuitem_bitmaps;
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
void msw_rescale_menu(wxMenu* menu)
|
void msw_rescale_menu(wxMenu* menu)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue