mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
show splash screen on Linux (#5050)
Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com> Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
2b4520b2df
commit
72029df558
1 changed files with 0 additions and 2 deletions
|
@ -2273,9 +2273,7 @@ bool GUI_App::on_init_inner()
|
||||||
BOOST_LOG_TRIVIAL(info) << "begin to show the splash screen...";
|
BOOST_LOG_TRIVIAL(info) << "begin to show the splash screen...";
|
||||||
//BBS use BBL splashScreen
|
//BBS use BBL splashScreen
|
||||||
scrn = new SplashScreen(bmp, wxSPLASH_CENTRE_ON_SCREEN | wxSPLASH_TIMEOUT, 1500, splashscreen_pos);
|
scrn = new SplashScreen(bmp, wxSPLASH_CENTRE_ON_SCREEN | wxSPLASH_TIMEOUT, 1500, splashscreen_pos);
|
||||||
#ifndef __linux__
|
|
||||||
wxYield();
|
wxYield();
|
||||||
#endif
|
|
||||||
scrn->SetText(_L("Loading configuration")+ dots);
|
scrn->SetText(_L("Loading configuration")+ dots);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue