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

get fill transparency of edit geom from preference store #313

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ EditToolPreferences_snapRadius = Snap Radius

EditToolPreferences_vertexDiameter = Vertex Diameter

EditToolPrefernece_fillTransparency = Reduce Fill Transparency (0-100)
EditToolPrefernece_fillTransparency = Fill Opacity
Copy link
Contributor

Choose a reason for hiding this comment

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

Would you refactor this property to EditToolPreferences_fillOpacity and update screenshot for EditTool Preferences page (doc).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

hi @fgdrf,
yes i can do that. I try to fix it this week.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the last commit also fixes the misspelling variable for the vertex opacity, so i think #328 is not needed anymore


EditToolPreferences_vertexOutline = Vertex Outlines

Expand Down