diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index ac3d2429..c3d72173 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -2412,7 +2412,9 @@ void SDLDrawingPanel::DrawingPanelInit() systemScreenMessage(_("Failed to set OpenGL properties")); } +#ifdef _WIN32 SDL_SetHint(SDL_HINT_WINDOWS_USE_D3D9EX, false); +#endif sdlwindow = SDL_CreateWindowWithProperties(props);