You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR opened upstream at bambulab/BambuStudio#10385 with the slop-
tolerance refinement from the pre-publish review (15 px Inflate
instead of the original strict-bounds-removal). All 10 ledger items
now checked.
— Opus 4.7
Copy file name to clipboardExpand all lines: patches/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,5 +26,12 @@ done
26
26
|`MainFrame.cpp.termux.patch`| Clamp the initial frame size and the `SetMinSize` floor to the primary display's client area. Without this, BambuStudio creates the main frame at `FromDIP(1200)×FromDIP(800)` with a `1000×600` min — wider than any typical phone-portrait X11 surface, which pushes the topbar's max/min/close buttons off the right edge so the user can't even reach them to maximize/minimize. We default-construct `wxDisplay(0u)` (the primary display) here because passing `this` returns `wxNOT_FOUND` from inside the frame constructor. |
27
27
|`Plater.cpp.termux.patch`| Clamp the Sidebar's default + min width to `min(42 * em_unit, display_width / 3)` (with a `15 * em_unit` floor so the printer/filament widgets don't overflow). Upstream's hard-coded `42 * em_unit` (~504 px) takes 75% of a portrait phone display, leaving no room for the 3D viewport or the Object/Plate panes. Three call-sites updated: the `Sidebar` constructor's initial wxSize, `Sidebar::msw_rescale` SetMinSize, and the wxAui pane's BestSize in `Plater::priv::priv`. On a normal landscape desktop the clamp is a no-op. |
28
28
29
+
The four `*.cpp.termux.patch` widget patches (`Button`, `AxisCtrlButton`,
30
+
`SideButton`, `TabButton`) have been proposed upstream as a single
31
+
combined PR with a 15 px `Inflate` slop instead of the strict-bounds
0 commit comments