mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 05:12:00 +08:00
fix of ifdef
followup dfe735fb6c4ee38bfd28a7bce97df431ba2ef897
This commit is contained in:
parent
dc7373514d
commit
d4055cd2c5
@ -1368,7 +1368,7 @@ bool GUI_App::on_init_inner()
|
||||
// and wxEVT_SET_FOCUS before GUI_App::post_init is called) wasn't called before GUI_App::post_init and OpenGL wasn't initialized.
|
||||
// Since issue #9774 Where same problem occured on MacOS Ventura, we decided to have this check on MacOS as well.
|
||||
|
||||
#ifdef __linux__ || __APPLE__
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
if (!m_post_initialized && m_opengl_initialized) {
|
||||
#else
|
||||
if (!m_post_initialized) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user