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

Start debugger if a resource icon is missing in StyledItem #385

Merged
merged 1 commit into from
May 8, 2024

Conversation

Freaxed
Copy link
Collaborator

@Freaxed Freaxed commented May 8, 2024

This also fixes #384

@Freaxed Freaxed requested a review from jackburton79 May 8, 2024 16:42
Copy link
Collaborator

@jackburton79 jackburton79 left a comment

Choose a reason for hiding this comment

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

Approved!

@@ -54,20 +54,20 @@ GetFileExtension(const std::string filename)
}


void
status_t
GetVectorIcon(const std::string icon, BBitmap* bitmap)
{
if(bitmap == nullptr)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you add a space after if and before parenthesis? I know it was here before, but since you are touching this code...?

@Freaxed Freaxed merged commit 3e84536 into main May 8, 2024
8 checks passed
@Freaxed Freaxed deleted the fix/outline-icons branch May 8, 2024 19:45
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.

Outline view: icons change when selecting an item
2 participants