Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right click to open search item's object inspector. Allow panel tabs … #1925

Closed

Conversation

alcomposer
Copy link
Collaborator

…to stay open if inspector was open.

@alcomposer alcomposer force-pushed the search-overview-inspector branch 2 times, most recently from a13a1a0 to 9acc047 Compare November 1, 2024 09:24
…struction (objects need to call resize before their position / size is updated)
@@ -1144,9 +1147,9 @@ void Canvas::mouseDown(MouseEvent const& e)
}

// Update selected object in sidebar when we click a object
if (source && source->findParentComponentOfClass<Object>()) {
//if (source && source->findParentComponentOfClass<Object>()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now it updates all the time?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I use a different system now to check if the selection has changed. So I can revert this.

@alcomposer alcomposer closed this Nov 11, 2024
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.

2 participants