-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Add set_slot_custom_icon
and get_slot_custom_icon
to GraphNode
#82669
Conversation
Is there a proposal? |
I was about to make a very similar PR too :) I didn't find a proposal but, IMHO, the justification is obvious: these icons are the only parameters of the
|
I have somewhere a working implementation for 4.1 and 4.0 if you want to backport this. Let me known if you are interested in. |
Is it really necessary to create a new proposal here? I actually only created methods for the existing functionality. It is obvious that these methods were simply forgotten to be added before. The comment of the person above confirms it. |
No, I think the justification in that comment makes sense. I'm not that familiar with GraphNode API. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense and looks good :)
set_slot_custom_icon
& get_slot_custom_icon
set_slot_custom_icon
& get_slot_custom_icon
to GraphNode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, please update your commit message to be more clear, the title of the PR would be sufficient (it wasn't clear from a glance what thing these were added to)
@AThousandShips did I do the right thing? |
The commit message hasn't been changed, you need to |
64befa9
to
1b10076
Compare
@AThousandShips i'm sorry. Now it's right? |
No it should be |
1b10076
to
2881219
Compare
@AThousandShips sorry. And now? |
set_slot_custom_icon
& get_slot_custom_icon
to GraphNode
set_slot_custom_icon
and get_slot_custom_icon
to GraphNode
2881219
to
631d722
Compare
@akien-mga thank you😭 |
Thanks! |
Add
set_slot_custom_icon
&get_slot_custom_icon
to GraphNode.