Skip to content

FIX: Fix crash when clicking 'View all object settings'#10607

Merged
lanewei120 merged 1 commit into
bambulab:masterfrom
hadess:wip/hadess/object-settings-crash
May 8, 2026
Merged

FIX: Fix crash when clicking 'View all object settings'#10607
lanewei120 merged 1 commit into
bambulab:masterfrom
hadess:wip/hadess/object-settings-crash

Conversation

@hadess

@hadess hadess commented May 7, 2026

Copy link
Copy Markdown
Contributor

ObjectGridTable::OnSelectCell() might get triggered without a valid m_side_window existing, guard against running the rest of the callback when m_side_window is NULL.

Verified on the latest Flatpak beta build (2.6.1) with wxWidgets 3.2.9.

Closes: #9423 #10015 #10178

ObjectGridTable::OnSelectCell() might get triggered without a valid
m_side_window existing, guard against running the rest of the callback
when m_side_window is NULL.

Verified on the latest Flatpak beta build (2.6.1) with wxWidgets 3.2.9.

Closes: bambulab#9423 bambulab#10015 bambulab#10178

Co-authored-by: Tine Zivic <tine.zivic@gmail.com>
@hadess

hadess commented May 7, 2026

Copy link
Copy Markdown
Contributor Author

Based off the work in #10303

@lanewei120 lanewei120 requested a review from MackBambu May 8, 2026 00:38
@lanewei120 lanewei120 merged commit 3b7bbe7 into bambulab:master May 8, 2026
16 of 17 checks passed
@lanewei120

Copy link
Copy Markdown
Collaborator

thanks for doing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flatpak version 2.4.0.70 closes when clicking on "View all object's settings" button

2 participants