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

Icon for debugger in the toolbar #16594

Open
badetitou opened this issue May 7, 2024 · 1 comment · May be fixed by #16661
Open

Icon for debugger in the toolbar #16594

badetitou opened this issue May 7, 2024 · 1 comment · May be fixed by #16661

Comments

@badetitou
Copy link
Member

badetitou commented May 7, 2024

It would be great to have a different icon for the debugger in the toolbar.
In Pharo12, we always have the same icons

image

In the above example, the same icon for a playground and a debugger.
It forces to read to retrieve its debugger

@badetitou
Copy link
Member Author

From what I dig so far, the bugs comes from a modification in the way to deal with Icon.
It led to a modification of the TaskbarItemMorph>>#initializeFor: aTaskbar method. To use the line of the

self iconFormSetNamed: self model taskbarIconName

However, self model taskbarIconName does not return always the icon we want.
Can modify the default behavior of taskbarIconName or the assigned model. I don't know what would be the best for now

@badetitou badetitou linked a pull request May 15, 2024 that will close this issue
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 a pull request may close this issue.

1 participant