From 72029df5587f3d2ee30fb1b67dc4b479e275541d Mon Sep 17 00:00:00 2001 From: Jamin Collins Date: Sun, 21 Apr 2024 03:08:26 -0600 Subject: [PATCH] show splash screen on Linux (#5050) Signed-off-by: Jamin W. Collins Co-authored-by: SoftFever --- src/slic3r/GUI/GUI_App.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index 09cf851f7..c5e4ac642 100644 --- a/src/slic3r/GUI/GUI_App.cpp +++ b/src/slic3r/GUI/GUI_App.cpp @@ -2273,9 +2273,7 @@ bool GUI_App::on_init_inner() BOOST_LOG_TRIVIAL(info) << "begin to show the splash screen..."; //BBS use BBL splashScreen scrn = new SplashScreen(bmp, wxSPLASH_CENTRE_ON_SCREEN | wxSPLASH_TIMEOUT, 1500, splashscreen_pos); -#ifndef __linux__ wxYield(); -#endif scrn->SetText(_L("Loading configuration")+ dots); }