Skip to content

Commit

Permalink
100% tint spot in r5 colorbar
Browse files Browse the repository at this point in the history
  • Loading branch information
saniainf committed Oct 29, 2019
1 parent e7b49cb commit 06a27e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PrintMarksR5.frm
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ Private Sub btnAddColor_Click()
MsgBox "Unnamed Color", vbCritical, "Error"
Exit Sub
End If
If pickClr.Type = cdrColorPantone Or pickClr.Type = cdrColorSpot Then
pickClr.Tint = 100
End If
'if not selected
If lbColorList.ListIndex = -1 Then lbColorList.ListIndex = lbColorList.ListCount - 1
cColor.Add pickClr, , lbColorList.ListIndex + 1
Expand Down
Binary file modified PrintMarksR5.frx
Binary file not shown.
Binary file modified gms/InfUtilits.gms
Binary file not shown.

0 comments on commit 06a27e1

Please sign in to comment.