Commit 2466c3c
committed
fix: show Bambu splash screen on Linux instead of black window (2.8.0 re-apply) (#607)
Re-applies the splash fix from #162 which the 2.8.0 merge silently
dropped (upstream changed the adjacent BBLSplashScreen constructor line,
so the merge took upstream's block and lost our wxYield/Raise/Update
change).
Same change as #162, adapted to the new constructor arguments:
unconditional wxYield() plus Raise/Update after creating the splash, and
Refresh/Update after the first SetText so the status line actually
paints before the heavy startup work.
Closes #606
Verification plan: build this branch on the Jenkins Linux job, then
cherry-pick onto both release candidates before tagging.
(cherry picked from commit 901afec)1 parent fc50944 commit 2466c3c
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3180 | 3180 | | |
3181 | 3181 | | |
3182 | 3182 | | |
3183 | | - | |
| 3183 | + | |
| 3184 | + | |
| 3185 | + | |
3184 | 3186 | | |
3185 | | - | |
| 3187 | + | |
| 3188 | + | |
3186 | 3189 | | |
| 3190 | + | |
| 3191 | + | |
| 3192 | + | |
| 3193 | + | |
| 3194 | + | |
3187 | 3195 | | |
3188 | 3196 | | |
3189 | 3197 | | |
| |||
0 commit comments