Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Benzi committed May 1, 2019
1 parent 3a75a46 commit 8b81b19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Here I will update any noteworthy changes to the TetraVex project.

### Changed
- Using Swift 4.
- Upgraded project to target macOS 10.11+
- Upgraded project to target macOS 10.13+
- Refactored views.

## [0.1.2] - 2017-08-30
### Added
Expand Down
2 changes: 1 addition & 1 deletion TetraVex/TVPieceView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class TVPieceView : NSView, NSAccessibilityButton {
y:pathRect.minY + outerStrokeOffset),
to: NSPoint(x: pathRect.maxX - outerStrokeOffset,
y: pathRect.maxY + outerStrokeOffset),
color: .gray,s
color: .gray,
lineWidth: outerStrokeLineWidth)
drawInsetLine(NSPoint(x:pathRect.minX + outerStrokeOffset,
y:pathRect.minY - outerStrokeOffset),
Expand Down

0 comments on commit 8b81b19

Please sign in to comment.