Conversation
- changed order of zoom out states to favor package over preview off - priorities are Error > Warning > Info ; Frozen > Package > Preview > None
| using System.Text.RegularExpressions; | ||
| using System.Windows; | ||
| using System.Windows.Controls.Primitives; | ||
| using System.Windows.Media; |
There was a problem hiding this comment.
Please refer to https://github.com/DynamoDS/Dynamo/wiki/Coding-Standards#usings and revert such change
QilongTang
left a comment
There was a problem hiding this comment.
LGTM with one comment
|
@dnenov Oops, I accidentally merged this one, I will cover the using order in my other PR so don't worry about it. Also, can you re-attach the screenshot for the zoomed-out state, the resolution is not good enough. |
Updated the image as needed, @QilongTang! I also made the change in VS so the order of the namespaces should be good from now on. |
Purpose
Adjusting zoomed-out states behavior to favor Package over Preview state:
zoomed-in
zoomed-out
Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
Reviewers
@Amoursol
@reddyashish
FYIs