-
Notifications
You must be signed in to change notification settings - Fork 635
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
Dealing the null color in the Preview and Watch Nodes #13131
Conversation
Hi @jesusalvino - Is there any reason why the singletons are not showing color in the Watch Node? Can we please ensure that the color also propagates there too? |
@Amoursol poor gif resolution :/ |
Ah - all good! Then this looks awesome, thanks @jesusalvino! |
default: | ||
return resourceDictionary["PrimaryCharcoal200Brush"] as SolidColorBrush; | ||
if (values[1].ToString() == "List") |
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.
Use str.equals() instead of '=='
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 to me with one comment.
The test WorkspaceContextMenu_TestIfOpenOnRightClick is failing randomly on some CI jobs for some unknown reason. Can you run it locally to make sure it is passing. |
Purpose
Set the null color in the Preview and Watch Nodes
https://jira.autodesk.com/browse/DYN-5085
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@QilongTang
FYIs
@RobertGlobant20 @filipeotero